Is there a way to show my full menu for mobile version only? I am using the secondary menu at the moment but I don’t want it to show in the desktop version. Is there a way to make the main menu view-able on desktop and mobile? Or is there a way to hide the submenu from the desktop view?
Hi GitTran!
You kind of confused me. Your trying to have your primary menu display on mobiles as well correct? There is not enough space on mobiles so it’s not going to look good (which is why we created a responsive menu). You can do it with this CSS though.
#top nav.main_menu { display: block !important; }
#top #advanced_menu_toggle { display: none !important; }
Best regards,
Elliott