I haven’t had this issue before.
So when I shrink the window size….
but before the site goes into the mobile menu mode – the main menu overlaps with the Logo. I haven’t managed to fix this in the settings, and I’ve never had this issue before when I used Enfold.
What can I do to fix this?
Please help.
Thanks :-)
Alicia
I have tried the other CSS solutions suggested on here –
This one worked for s.o. else – but on my site does something else unfortunately, it shrinks the size of the main menu in relation to the window size altogether…
@media only screen and (max-width: 1140px) and (min-width: 990px) {
.av-main-nav > li > a { padding: 0 10px !important; }
Please. Help.
Hi,
Please try the following in Quick CSS under Enfold–>General Styling:
@media only screen and (max-width: 1150px) {
nav.main_menu {display:none !important;}
#advanced_menu_toggle, #advanced_menu_hide {display:block !important; }
}
Best regards,
Rikard
Yippie. It works :)
Thanks so much!