[Support request] Stick Menu Not Working

Home Forums Support [Support request] Stick Menu Not Working

Home Forums Support Stick Menu Not Working

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #2374814
    Michael

    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!

    #2375106
    David
    Staff
    Customer Support

    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;
    }
Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.