Site logo

Archived topic

Initiate sticky mobile header at different breakpoint than Mobile Menu

4 replies · Started by George on April 3, 2020

Viewing posts 1–5 of 5

I currently have mobile header as sticky. Is there a way to initiate the sticky mobile header functionality at a different breakpoint than the actual breakpoint set for mobile menu in the Customizer?

I think I might answer my own question:

@media (min-width: 880px) {
	.mobile-header-navigation {
		position: relative !important;
	}
}

It works. Does that sound right?

Hi there,

There isn't a solution built-in for this so if that CSS works for you then I'd say it's right :)

Cool, thanks Leo.

Glad you found a solution :)

This archived topic is closed to new replies.