Site logo

Archived topic

Stick Menu Not Working

1 reply · Started by Michael on October 15, 2022

Viewing posts 1–2 of 2

Hello,

In Wordpress under Customized / Layout / Header, I turned on stick header and it doesn't work at all. Can you please help and/or provide the css to make this work?

Basically, I want the header with the logo and menu to be fixed/stick at it's current width.

Here's the url
https://careful-camp.flywheelsites.com/

Thank you so much for your help!

Hi there,

that option is for the Mobile Header.
the other option is to make the Navigation sticky in Customizer > Layout > Sticky Navigation.

If you want the current site header, with the current sized logo and menu to stick then use this CSS:


#masthead {
    position: sticky;
    top: 0;
    z-index: 100;
}
This archived topic is closed to new replies.