Hey, is it possible to change the format of the navigation on the enfold desktop view to a ‘mobile’ style menu? Instead of the traditional desktop menu? thank you. I’d like people to arrive at the landing page on their desktop but see a mobile style menu box.
Hi Marssolutions!
Please add following code to Quick CSS
@media only screen and (max-width: 1024px) {
#mobile-advanced, #advanced_menu_toggle, #advanced_menu_hide { display: block; }
nav.main_menu { display: none; }}
to switch to mobile menu earlier
Regards,
Yigit