Tagged: 

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #678866

    Hi. I know this has been asked multiple times in the forum but no matter what code I enter into Quick CSS I can’t get the main menu to stay on top of mobiles (iPhone). It either doesn’t stay on the top when scrolling down or it stays on the top and then everything below the menu disappears.

    Thanks for any help!

    #680015

    Bump

    #680694

    Hi,

    use this code inside Quick CSS field:

    @media only screen and (max-width: 767px) {
    .container #advanced_menu_toggle, #advanced_menu_hide {
    position: fixed;
    top: 37px;
    right: 15px;
    }}
    

    and adjust top and right as needed.

    Best regards,
    Andy

    #681196

    Andy – You’re a star! Thank you so much! :)

    #681572

    Hi,

    He’s the brightest shining one! Glad we could help :-)

    Please open a new thread if you should have any further questions or problems.

    Thanks,
    Rikard

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Sticky Main Menu on Mobile’ is closed to new replies.