Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • andreamarucci Friend
    #175325

    How can I center the menu bar at the top in this template? I imagine that I’ve to edit a css but I’d appreciate if someone tell me where and how.

    Thanks…

    Phill Moderator
    #445326

    Can you give me a link to your site so I can take a look. The menu should already be centered.

    andreamarucci Friend
    #445347

    Thanks Phil but now is on a local machine since it’s in development but the menu bar is not centered, not even in your demo site.


    1. Screenshot-03-2456010-alle-15.38.06
    Phill Moderator
    #445350

    It is centered on the overall screen but not in the bar itself. That is by design.

    You can moce it by changing

    .ja-megamenu ul.level0 {
    margin: 0;
    padding: 0;
    }

    to

    .ja-megamenu ul.level0 {
    margin: 0 0 0 30px;
    padding: 0;
    }

    Where the 30px you would need to adjust the value to position well.

    andreamarucci Friend
    #445359

    Thanks but exactly in what file?

    andreamarucci Friend
    #445360

    The only two possible changes are in mega.css here

    /* lv - 0
    -----------------------------------*/
    .ja-megamenu ul.level0 li.active a.mega {
    color: #fff;
    }

    .ja-megamenu ul.level0 li.over a.over {
    background: #3C5189;
    }

    but are different from what you’re writing

    Phill Moderator
    #445369

    The code would be in mega.css line 22 in the plugin folder but if you just add the above to the end of your templates>ja_droid>css>menu>mega.css that would do the trick.

    andreamarucci Friend
    #445383

    Solved thanks!!!

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

This topic contains 8 replies, has 2 voices, and was last updated by  andreamarucci 12 years, 1 month ago.

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