Hello
One of my sites
I am using this code to convert the main navigation menu to the mobile menu just before it overlaps the logo.
@media only screen and (min-width: 768px) and (max-width: 1395px) {
.menu-item {
display: none;
}
.av-burger-menu-main.menu-item-avia-special, #menu-item-search {
display: block;
}
}
.av-main-nav > li > a {
padding: 0 8px;
}
Unfortunately, I am also using the navigation menu widgets for the footer and so those menu items disappear in the footer because I am using .menu-item.
Is there a way I can keep the footer menu so it doesn’t disappear and convert to mobile in th main menu?
Hey G4Design,
You can use #header .menu-item instead of just .menu-item.
Let us know if this helps.
Best regards,
Nikko
Awesome, that was what I was missing. Thanks so much for your help!
Corey
Hi,
Glad Nikko 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 :)
Best regards,
Yigit