i have alot of links on my page at the top. but on certain resolutions they run into the logo. How do I fix that?
Hey MetalX2!
Add this to your custom CSS.
@media screen and (max-width: 1100px) {
nav.main_menu { display: none !important; }
#advanced_menu_toggle { display: block !important; }
}
Best regards,
Elliott
I tried that and it still doesnt work. Is there something else I need to do.
That made it worse.
Hi!
In that case please remove the custom css provided and use these settings in the Enfold > Header Options.
This will make the logo center and menu below the logo since you have a lot of menu items this layout works best for you.
Cheers!
Vinay