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

    Hi, as you can see here – http://screencast.com/t/BPNgidKsvY – the menu is going over the logo in tablet landscpate so I would like to activate the mobile menu here as well. How can I do that?

    #388123

    Hi DROR!

    Thank you for using Enfold.

    Choose the second option on Enfold > Header > Mobile Menu > Header Mobile Menu activation..

    Cheers!
    Ismael

    #388228

    It is chosen but I still see the regular menu…

    #388344

    Hey!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

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

    Best regards,
    Yigit

    #388830

    Thanks.

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘How to activate mobile menu to Tablet Landscape?’ is closed to new replies.