Hey guys!
The main nav. bar is overlapping with the logo and some text on ipad.
Can you take a peek and let me know how to fix this?
Hey Courtney,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
@media only screen and (max-width: 1124px) {
nav.main_menu {display:none !important;}
#advanced_menu_toggle, #advanced_menu_hide {display:block !important; }
}
Best regards,
Vinay
Thanks Vinay!