Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #458855

    Is it possible to have the menu be sticky on mobile?

    #459778

    Hey!

    The link you posted returns a file index.

    Regards,
    Josue

    #459796
    This reply has been marked as private.
    #459805

    Hey!

    Try adding this code to the Quick CSS:

    @media only screen and (max-width: 989px) {
        .html_header_sticky #header {
            position: fixed !important;
        }
    }

    Cheers! 
    Josue

    #512695

    Hi josue,

    this worked for me too, but the mobile menu now covered the start of my page (there’s a video as top element) – even on first load. So that the menu is always above the content, not pushing the main content down.

    Can we avoid that?
    Hans

    #512738

    Hey!

    Can you please post the link to your website?

    Regards,
    Yigit

    #512923

    Yes, in the private box, thanks!

    #513558

    Hi!

    Can you post a screenshot of the issue? not sure what you’re referring to.

    Regards,
    Josue

Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.