Hi
Im looking to have the mobile menu appear for ipad landscape as well as smaller resolution screens
i have the menu setting set to active for browsers width 990px, I’m looking to increase this how can i go about this.
thanks in advance
Hey ste_thumbs!
Please add folllowing code to Quick CSS and adjust the screen width as needed
@media only screen and (max-width: 1024px) {
#advanced_menu_toggle, #advanced_menu_hide { display: block; }
.main_menu { display: none; }}
Regards,
Yigit
perfect thanks again