Hi, What is the solution when the menu overlaps the logo when the screen is resized smaller? thanks.
Hi chantalinkdesign!
Please go to Enfold theme options > Header Layout > Mobile Menu > Header Mobile Menu activation and choose 990px. If that does not work, please post the link to your website so we can take a look
Regards,
Yigit
Thanks. It’s better, but still needs some tweaking:
http://excellrailing.com/
Hey!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
@media only screen and (max-width: 1140px) {
.av-main-nav > li > a {
padding: 0 5px; }}
Best regards,
Yigit
perfect. Thank you!