Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • rbeste Friend
    #160844

    How do I reposition mainnav so it’s below the logo?

    Ninja Lead Moderator
    #379051

    go to admin > templates manager > ja rave > layouts tab > edit default layout, exchange positions of mainav and top, save and clear the cache.

    khoand Friend
    #379073

    Hi,
    You do following steps:
    – Open <joomla url>templatesja_ravecoreetclayoutsdefault.xml file, replace this code

    <block name="mainnav" type="mainnav" main-inner="1"></block>
    <block name="header" type="header" main-inner="1"></block>

    to

    <block name="header" type="header" main-inner="1"></block>
    <block name="mainnav" type="mainnav" main-inner="1"></block>

    rbeste Friend
    #379115

    Great. Many thanks for quick answer.

    rbeste Friend
    #379117

    Hi,
    Many thanks. I used the admin solution which does same thing. Your help much appreciated.

    joralles Friend
    #379333

    I did it and go ok, but I’like to delete the space between logo and menubar.
    thanks


    1. logo
    rbeste Friend
    #379335

    You can do this by changing the padding value on line 344 of template.css:

    #ja-mainnav {
    padding-top: 15px;
    }

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

This topic contains 7 replies, has 4 voices, and was last updated by  rbeste 13 years, 8 months ago.

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