Nav bar alignment

Hello
I’ve been fiddling with my nav bar alignment but can’t seem to get it right. The drop down menu is covering the main menu. Also the top nav area height is too big. And on the ‘contact us’ page, part of the image is seen in the top nav area.
Can you help?
The URL is https://www.freshmethod.com.au/contact/

Ok I managed to fix the contact us page. So it’s just the drop down menu now, covering the main menu that I need help with - plus the height of the top menu. Making it lower.

Hello @Stephanie80,

Thanks for writing in!

To resolve your issue, please go to X > Theme Options > Header > Navbar and set the Navbar Top Height to at least 60 pixels. At the moment, it is only 15 pixels which is causing this issue.

We would love to know if this has worked for you. Thank you.

yes fanastic - that worked. Thank you!

Can you also help with the height of the nav top bar? I’m trying to reduce the white space between the socials and the menu.

Hey @Stephanie80,

For that, you need to find the code that is in the Global CSS:

/* Change the topbar height */
.x-topbar{
  height: 15px; /* Adjust to fit your needs */
}

then change the value of the height.

Hope this helps.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.