Hi!
The menu is not responsive and is overlapping with the logo when on smaller screen resolution. Not mobile devices but laptops. How do you suggest I fix this? Thank you :)
Hey Gal726,
Please go to Enfold->Header->Mobile Menu and select to show the mobile menu for tablets as well.
Or you can use the following CSSin the General Styling > Quick CSS field:
@media only screen and (max-width: 1024px) {
nav.main_menu {display:none !important;}
#advanced_menu_toggle, #advanced_menu_hide {display:block !important;}
}
Adjust the value 1024 to the pixel value of your liking.
Best regards,
Mike