Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #438239

    Hi
    I can’t find an option to force mobile menu for tablets when left menu header is selected.
    Do you have a method for this?

    #438806

    Hey MartinNorton!

    Please try the following in Quick CSS under Enfold–>General Styling:

    @media only screen and (max-width: 1024px) {
    nav.main_menu {display:none !important;}
    #advanced_menu_toggle, #advanced_menu_hide {display:block !important; }
    }
    

    Cheers!
    Rikard

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