Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • brenot Friend
    #172516

    Hi, one more question, thanks for the help.

    How can I decrease the height of the “menu bar”?

    i was searching how to modify the height off the menu, but i could not find the write css tag.

    Can somebody help me?

    PS. Using the 1.5 version…

    ps2. The url is http://adorobolo.com.br/teste4

    TomC Moderator
    #432869

    Here is your culprit, right here . . . .

    Open templates/ja_graphite/css/menu/mega.css

    at line 12, you should see the following:

    <blockquote>.ja-megamenu ul.level0 li.mega a.mega {
    color: #999999;
    font-family: ‘Arial Narrow’,Tahoma,Verdana,sans-serif;
    font-size: 120%;
    font-weight: normal;
    margin-bottom: 5px;
    padding: 25px 15px;
    text-transform: uppercase;
    }</blockquote>

    You need to reduce the padding property(s), for example . . . .

    <blockquote>.ja-megamenu ul.level0 li.mega a.mega {
    color: #999999;
    font-family: ‘Arial Narrow’,Tahoma,Verdana,sans-serif;
    font-size: 120%;
    font-weight: normal;
    margin-bottom: 5px;
    padding: 10px 15px;
    text-transform: uppercase;
    }
    </blockquote>

    Of course, you can play around with the pixel value until you arrive at your desired effect.

    Hope that helps.

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

This topic contains 2 replies, has 2 voices, and was last updated by  TomC 12 years, 10 months ago.

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