Tagged: 

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1221463

    Hi guys!

    How do I make the main menu sticky on mobile devices?

    #1221476

    Hey Courtney,

    Add the following to quick css:

    @media only screen and (max-width: 767px) {
    .responsive #top #wrap_all #header {
    position: fixed;
    }
    }

    Best regards,
    Jordan Shannon

    #1221687

    It’s perfect!

    You are AMAZING! Thank you !

    #1221799

    Hi,

    Great, I’m happy to help! If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Sticky Menu for Mobile Devices’ is closed to new replies.