Hello,
If i open the website on Chrome browser and the window resized and not maximized, the menu items will cover the logo a. they do not adapt to the screen of the window. and this is the case on all browsers.
Please advice on how to fix this.
Hi abzzyy,
Please try the following in Quick CSS under Enfold–>General Styling to activate the mobile menu at an earlier point:
@media only screen and (max-width: 1160px) {
nav.main_menu {display:none !important;}
#advanced_menu_toggle, #advanced_menu_hide {display:block !important;}
}
Thanks,
Rikard