• Resolved srg5960

    (@srg5960)


    I am trying to figure out how to move the main navigation menu to it’s original placing on all pages except the homepage. I have managed to move the navigation menu under a slider (using the custom css plugin) I placed on the homepage, but when I go to another page the navigation bar is in the middle of the page and not towards the top (header) section of the page. Here is a link to the website.

    Here are the codes I used to get the menu and shopping cart to their current positions:

    body .main-navigation { position:absolute; top:785px; }

    body .site-header-cart .cart-contents { position:absolute; top:552px; }

Viewing 2 replies - 1 through 2 (of 2 total)
  • AddWeb Solution

    (@addweb-solution-pvt-ltd)

    Hello srg5960,

    Try below css.


    body.home .main-navigation { position:absolute; top:785px; }
    body.home .site-header-cart .cart-contents { position:absolute; top:552px; }

    Hope this will helps you.

    Thread Starter srg5960

    (@srg5960)

    I’m sorry it has taken me so long to reply to your message, but I wanted to let you know that the code worked perfectly. Thank you so much for your help!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Storefront Navigation Menu’ is closed to new replies.