When our site goes to mobile dimensions, the menu now disappears.
Any way to re-enable this?
Hi Chris,
You have this css code in Quick CSS:
@media only screen and (max-width: 1085px) { nav.main_menu {display:none !important;} #advanced_menu_toggle, #advanced_menu_hide {display:block !important;} }
Please remove this part of the code:
nav.main_menu {display:none !important;}
Hope this helps :)
Best regards,
Nikko