Here is my page:
http://www.lakescreens.com
In Ipad: logo and menu overlapping with each other.
Please help
Thanks
Hi peiiep!
Add this to your custom CSS.
@media screen and (max-width: 900px) {
nav.main_menu { display: none !important; }
#advanced_menu_toggle { display: block !important; }
}
Best regards,
Elliott