Reply To: Sticky menu not showing

Home Forums Support Sticky menu not showing Reply To: Sticky menu not showing

Home Forums Support Sticky menu not showing Reply To: Sticky menu not showing

#244170
Tom
Lead Developer
Lead Developer

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.