test
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • graphiqs Friend
    #185563

    On the homepage I am using the Custom html module just like the one on the homepage. This module is placed at the slidenews position and is supposed to show an add. But no matter what size I make it, there is always a small white border at the bottom. I have set the Module Class Suffix to no-padding.

    The URL is http://www.gamecritics.eu

    Thanks


    1. whiteborder
    pavit Moderator
    #485528

    Hi

    Try to solve in this way

    In this file /templates/ja_mitius/css/template.css at line 1341 you have

    .module {
    background: none repeat scroll 0 0 white;
    border: 1px solid #E5E5E5
    color: #666666
    margin-bottom: 20px;
    }

    change it to

    .module {
    background: none repeat scroll 0 0 transparent;
    border: 1px solid #E5E5E5
    color: #666666
    margin-bottom: 20px;
    }

    graphiqs Friend
    #485585

    Hi Pavit,

    Thanks for your reply.

    Making the background transparent removes the white border indeed. But I do not think it is the best solution because it is now transparent and therefore it is wasted space in my opinion.

    Do you perhaps know how to solve that?

    Thanks.

Viewing 3 posts - 1 through 3 (of 3 total)

This topic contains 3 replies, has 2 voices, and was last updated by  graphiqs 11 years, 8 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum