Tagged: 

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #747250

    Hello,

    Awesome theme! Just one question: how did I get the menu to stick to the top of the screen on a mobile devices.
    The website is a one page website with anchors, but in the mobile version, I have to scroll all the way up to the top of the site to access the menu.

    Any help would be greatly appreciated.

    • This topic was modified 7 years, 9 months ago by inertia05.
    #749039

    Hey inertia05,
    Thank you for using Enfold.
    use this code in the General Styling > Quick CSS field:

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

    Best regards,
    Mike

    #749338

    Thanks Mike!

    That worked great :-)

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Menu Doesn't "Stick" to top of screen in mobile version when scrolling.’ is closed to new replies.