Menu not showing in header

Hi, my site is at https://www.nickosborne.net and I can’t get the menu to show as a Navbar under the header. It will only show sometime as a button which expands into a list, but I don’t want it to do that, I want to have a standard navbar along the header.

I’ve got the page set up to show the header, and the menu is showing up in the footer, so I am confused as to why it’s not showing up in the header. Is there anything you can do to help please?

Thank you

Hi @NickOsborne,

Thank you for writing in, you have this custom CSS that hides your navigation bar.

.x-nav-wrap.desktop {
    display: none;
}

Please navigate to Appearance > Customize > Additional CSS and remove that.

Then it would be better to make your Logo and Navigation Layout as stacked, so the site name and menu will be centered. To do this, please navigate to X > Theme Options > Header and find the Logo and Navigation Layout.



Hope it helps,
Cheers!

Great, that’s sorted it, thanks a lot!

You are most welcome. :slight_smile:

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