I have a website: http://www.dorit-gaon.co.il
when i see the website on small computers screens (13.2” or 12” or 15”) the logo are hovered on the first menu item i tried several issues but it not help it is still hover on the first item and i can press on the menu item because a logo is there. how can i fix it
Hey wbitsolutions,
There is very little space in your header since you have a lot of menu items. Please try this in Quick CSS to activate the mobile menu at an earlier stage:
@media only screen and (max-width: 1385px) {
nav.main_menu {display:none !important;}
#advanced_menu_toggle, #advanced_menu_hide {display:block !important;}
}
Best regards,
Rikard