Note how, when the window is resized, the menu items show up behind the logo, instead of switching to showing the menu icon, which is the desired behavior. Note that it will eventually do it, but it needs to do it instead of having the menu items bleed through.
How can I configure the theme to not do this? Thank you!
(hosted on WPengine) alt="Showing the menu bleeding through" />
Hey lisarein,
Please try the following in Quick CSS under Enfold->General Styling:
@media only screen and (max-width: 1024px) {
nav.main_menu {
display: block !important;
}
#avia-menu .menu-item {
display: none;
}
.av-burger-menu-main.menu-item-avia-special {
display: block;
}
}
Adjust the value 1024 to the screen width on which you want the burger menu to activate.
Best regards,
Rikard
Hi Rikard :)
This worked great! Thanks so much ^_^
Hey!
Glad Rikard could help! :)
For your information, you can take a look at Enfold documentation here – https://kriesi.at/documentation/enfold/
If you have any other questions or issues, feel free to start a new thread under Enfold sub forum and we will gladly try to help you :)
Enjoy the rest of your day!
Regards,
Yigit