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

    Hi,
    when I scroll down a website page on smartphone, Menu button disappears. I’d like it stay visible always on the right in the same position it’s set when you open a website page, even if page is scrolled down. Tnk

    #712269

    Hey soniavoice,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    #advanced_menu_toggle {
        position: fixed;
        top: 6% !important;
        left: 85% !important;
    }
    

    Best regards,
    Jordan

    #712409

    Thank you very much! It’s ok.

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Menu button on smartphone’ is closed to new replies.