Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • enolbos Friend
    #144667

    I need to add more padding between a menu_mod and the mod’s h3. I have tried several different ideas with no results. Can someone tell me where I need to look to add this?

    Thanks,
    Brian

    Anonymous Moderator
    #318973

    Hi enolbos

    Open /templates/ja_helio/css/template.css file, at about line 627, find following code:


    div.moduletable h3,
    div.moduletable_menu h3,
    div.moduletable_text h3,
    div.moduletable_light h3,
    div.moduletable_hilite h3 {
    font-size: 100%;
    margin: 0 -5px 5px;
    padding: 0 0 0 28px;
    background: url(../images/h3-bg.gif) no-repeat center left #333333;
    white-space: nowrap;
    color: #CCCCCC;
    height: 30px;
    }

    and change to:


    div.moduletable h3,
    div.moduletable_menu h3,
    div.moduletable_text h3,
    div.moduletable_light h3,
    div.moduletable_hilite h3 {
    font-size: 100%;
    margin: 0 -5px 5px;
    padding: 0 0 0 28px;
    background: url(../images/h3-bg.gif) no-repeat center left #333333;
    white-space: nowrap;
    color: #CCCCCC;
    height: 30px;
    margin-bottom: 10px;
    }

    Here you can change the value of margin-bottom to your suitable.

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

This topic contains 2 replies, has 2 voices, and was last updated by Anonymous 14 years, 8 months ago.

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