Archived topic
Sticky menu not showing
4 replies · Started by Edwin on November 13, 2016
Hi
I moved the website over from development to normal and everything is working, except sticky menu links are not showing. Only search is showing.
Thanks
Edwin
Hi there,
It's not showing because your top bar is floating over top of it.
You can move it down like this:
.navigation-clone.navigation-stick,
.sticky-menu-fade .navigation-clone.navigation-stick {
top: 40px;
}
The search item is on the second row because your logo + menu items are taking up all of the available space set by your container width.
Hi Tom
Yes, I was already using that. It is not that sticky menu that is not showing. It the menu links itself.
Working now. Removed the sticky header logo and it is showing the menu now
Glad you got it working.