Is it possible to modify the theme so that the main menu would always display as mobile menu with the menu icon? In settings there is only possibility to display it with widths below 990px.
Hey kunzi!
Add this to your custom CSS.
nav.main_menu { display: none !important; }
#advanced_menu_toggle { display: block !important; }
Regards,
Elliott