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

    I have a client who wishes to have the mobile menu display on tablets as well as phones. On other enfold projects I simply adjust the settings under mobile, but with vertical menu header this isn’t an option. Can you tell me how to adjust?

    #644094

    Hey roosites,

    Would you mind providing a precise link to your site, showing the elements in question? We need to be able to inspect them in order to help :)

    Best regards,
    Andy

    #644103

    Here you are: http://ryanspiritas.com/

    #644544

    Hi,

    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;}
    }
    

    Thanks,
    Rikard

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