No Fixed Menu on Mobile

  • Author
    Posts
  • #43141

    Hi, I’ve set my options to have a fixed header in the customizer. Everything works as expected on desktop. However when I transition down to tablet or mobile, the header is no longer fixed. Therefore, the user must scroll all the way to the top to access the menu. When I looked in inspector the I see this media query that seems a little surprising.

    @media (max-width: 1152px) {
        #masthead.cryout #site-header-main {
            position: relative;
        }
    }

    Is there a reason the menu stops being fixed after desktop?

    #43161
    Zed
    Cryout Creations mastermind

    Yes, screen space is valuable on mobile devices so the menu disables its fixed status as to not waste any screen space.


    If you like our creations, help us share by rating them on WordPress.org.
    Please check the available documentation and search the forums before starting a topic.
Viewing 2 posts - 1 through 2 (of 2 total)

The topic ‘No Fixed Menu on Mobile’ is closed to new replies.