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

    Hello,

    I’m having trouble getting my menu to go mobile on tablet when it is held horizontal,
    when held vertical it activates and retracts into mobile reversion because of the smaller browser
    but I know most tablets are used horizontal and the menu is overlapping the logo

    I have activated phone and tablet mode under enfold header – mobile settings.

    I have tried every quick css code I code find regarding this issue in the forum
    but none seem to do anything when holding the tablet horizontal.

    If you check on tablet you can see http://cliffdownie.com/

    Thanks

    #687293

    Hey marketwithmichael,

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

    Regards,
    Rikard

    #687680

    That worked, thank you!

    #687707

    Hi!

    Please feel free to let us know if we can do anything else for you, we will be more than happy.
    Thanks a lot for your patience and understanding

    Cheers!
    Basilis

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