Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • ninshen Developer
    #170714

    hello there.

    Any trick on how to decrease seize of the header , the black with border with top navigation menus?
    I would like to change it to same size as the sheet.
    I would also like to remove the multi-colored layer behind it.

    thank you all!!!

    khoand Friend
    #424736

    Hi,
    Could you give me a snapshot with your annotation?

    TAnne Mills Friend
    #424737

    You can make both of these changes by editing the template stylesheet found in joomla_root/templates/ja_erio/css/template.css

    To change the width of the menu:

    On line 947 REPLACE


    #ja-mainnav {
    background: url(../images/bg_mainnav.gif) repeat-x;
    font-size: 83%;
    z-index: 13;
    }

    WITH


    #ja-mainnav {
    font-size: 83%;
    z-index: 13;
    }

    Then on line 953 REPLACE


    #ja-mainnav .main { }

    WITH


    #ja-mainnav .main {
    background: url(../images/bg_mainnav.gif) repeat-x;
    }

    To remove the multi-colored layer on line 25 of the same file
    REPLACE


    body#bd {
    background: url(../images/bg_body.png) repeat-x #fff;
    border-bottom: 10px solid #1a1a1a;
    color: #333;
    padding: 5px 0 0;
    }

    WITH


    body#bd {
    border-bottom: 10px solid #1a1a1a;
    color: #333;
    padding: 5px 0 0;
    }

    Hope that helps.

    ninshen Developer
    #424739

    Thank You for replies!!

    I will be trying the tip and revert soon as I’m done.
    and will post pics afterwards .

    cheers

    ninshen Developer
    #425199

    hi thanks for that. I tried it and it worked.
    Although the whole banner disappeared. I should have asked if it was at all possible to revise the banner size instead.
    But that’s another lesson for another day.
    Sometimes I wonder what is more time consuming… learning to do all the designing yourself or trying to costumize these templates on your own. :confused:

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

This topic contains 5 replies, has 3 voices, and was last updated by  ninshen 13 years ago.

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