i have many menu items and i have activated burgeer menu for smartphones and tablets, but it does not work on tablet, i still see the total menu
i send you my web in private
thanks!
Hey ftt123,
Please try the following in Quick CSS under Enfold->General Styling:
@media only screen and (max-width: 1250px) {
nav.main_menu {
display: block !important;
}
#avia-menu .menu-item {
display: none;
}
.av-burger-menu-main.menu-item-avia-special {
display: block;
}
}
Best regards,
Rikard
thanks you!
Hi ftt123,
Glad we could help :)
If you need further assistance please let us know.
Best regards,
Victoria