Site logo

Archived topic

Menu left becomes sticky navigation top

3 replies · Started by Michiel on June 14, 2018

Viewing posts 1–4 of 4

Hello, is it possible to have a menu in a sidebar and have that same menu only vissible in the header as a sticky navigation? So only when you scroll the horizontal navigation appears...

Hi there,

you can add the menu to the Primary navigation and to a sidebar widget. And then you could try this CSS to hide the primary nav until sticky is enabled:

.main-navigation:not(.is_stuck) {
	visibility: hidden;
	height: 0px;
}

Thanks David, it works!

Glad i could help!

This archived topic is closed to new replies.