Hi there,
I know this has been an issue in many threads but I have gone through and tried every solution and nothing has worked. Could you please help me get my menu to stop overlapping the logo (without making the logo smaller) on an iPad?
Very much appreciated!
Kind regards,
Wernard
Hi Wernard!
Please try the following in Quick CSS under Enfold–>General Styling:
@media only screen and (max-width: 1024px) {
nav.main_menu {display:none !important;}
#advanced_menu_toggle, #advanced_menu_hide {display:block !important; }
}
Regards,
Rikard
Thank you so much! Worked perfectly!