Tagged: Mobile Menu not working
Hi,
our menu is not working for mobile devices.
we are not able to fix the problem.
Can you help please.
We have added the details in private content
rgds
tbp
Hi tbp,
I removed following code from Style.css file
@media only screen and (max-width: 1279px) {
nav.main_menu {
display: none !important;
}
#advanced_menu_toggle {
display: block !important;
right:100px !important;
}
}
and added following
@media only screen and (max-width: 1279px) {
.av-main-nav > li.menu-item-avia-special {
display: block;
}
.av-main-nav > li.menu-item {
display: none;
}}
Best regards,
Yigit
thank you very much Yigit
best regards
tbp
Hi,
You are welcome!
For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
For any other questions or issues, feel free to start new threads under Enfold sub forum and we will gladly try to help you :)
Best regards,
Yigit