Tagged: Hamburger-Menu
Hey guys,…
The usual code for this is no longer working. Any updated code? Here’s what we have installed now (from a 2017 post) and it’s not giving us a hamburger menu on Ipad Landscape:
@media only screen and (max-width: 1024px) and (min-width: 768px) {
.responsive #top .av_mobile_menu_tablet .av-main-nav .menu-item {
display: none;
}
.responsive #top .av_mobile_menu_tablet .av-main-nav .menu-item-avia-special {
display: block;
}
}
Thanks for your help.
Hey Diana,
Please try this instead:
@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;
}
}
Best regards,
Rikard
Sorry for the delay… That did it. Thank you again for the awesome support!
Hi,
Great, glad you got it working. Please let us know if you should need any further help on the topic or if we can close it.
Best regards,
Rikard
Hi support team, one year later, the code from 2018 doesn’t work … I can setup every resolution, the burger menu not showing on my iPad in landscape.
Many thanks und regards flo
Hi flomojoe,
Could you post a link to your site so that we can have a closer look please?
Best regards,
Rikard
Hi Rikard,
the link to my website …
Thank you and best regards,
flo
Hi Rikard, all well, there was a caching problem on the ipad. Your code works also in 2019 … :-)
Sorry Flo