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?
Hi DROR!
Thank you for using Enfold.
Choose the second option on Enfold > Header > Mobile Menu > Header Mobile Menu activation..
Cheers!
Ismael
It is chosen but I still see the regular menu…
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
Thanks.