Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • paalba Friend
    #131338

    hi, I want to delte the space that you see in the image. What is the file and the code that I have to change? thanks

    the site is http://www.valmaranadigusto.it

    John Wesley Brett Moderator
    #262319

    Hi!

    A very simple modification. Just modify the area marked in RED to the width, if any, you would like.
    0px will eliminate the space all together.

    template.css (line 1159)


    div.module div div, div.module_menu div div {
    border:1px solid #FFFFFF;
    padding:15px 20px;
    }

    Have fun!
    John.

    Sherlock Friend
    #262361

    Thank jbrett for supporting
    Hi paalba, can i mark this topic is solved ?

    paalba Friend
    #262405


    Yes it’s good. There is another problem that come after change pixel. If you see in this second image the border of the title of the module desappear. Is there anything to do?
    That’s all! Thanks

    John Wesley Brett Moderator
    #263796

    Hi Paalba,

    Sorry to get back so late with you…have been on VACATION!!!! 😀

    To get your borders back –

    Somewhere along the way a change was made, it appears, to make the heights of all the module boxes the same size. I could be wrong, but that’s what it looks like. But in doing so some of the <h3> settings were modified.

    Here’s what you have: template.css (line 1132)


    div.module h3, div.module_menu h3 {
    background:transparent url(../images/h3-bg.png) no-repeat scroll center top;
    font-size:115%;
    height:33px;
    line-height:33px;
    margin:-16px -20px 10px;
    padding:0;
    text-align:center;
    text-transform:uppercase;
    white-space:nowrap;
    }

    And here’s what you should have to fix the problem.


    div.module h3, div.module_menu h3 {
    background:transparent url(../images/h3-bg.png) no-repeat scroll center top;
    font-size:115%;
    height:33px;
    line-height:33px;
    margin:0;
    text-align:center;
    text-transform:uppercase;
    white-space:nowrap;
    }

    Buon divertimento!
    John.

    paalba Friend
    #263848

    ok, that’s very good, the problem is solved

    Sherlock Friend
    #263849

    Ok
    can i mark this topic is soved ?

    paalba Friend
    #263851

    yes, you can

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

This topic contains 8 replies, has 3 voices, and was last updated by  paalba 16 years, 3 months ago.

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