Burger menu doesn’t display on ipad landscape – I’ve tried solutions listed here, but none have fixed the problem.
Hey c3idesign,
Can you try adding this css code in Quick CSS (located in Enfold > General Styling):
@media only screen and (max-width:1024px) {
.responsive #top .av_mobile_menu_tablet .av-main-nav .menu-item-avia-special {
display: block;
}
.responsive #top .av_mobile_menu_tablet .av-main-nav .menu-item-avia-special {
display: block;
}
}
Hope this helps :)
Best regards,
Nikko
Nope, still doesn’t work on ipad.
When I resize my browser, there is a small range where the regular menu disappears, and there is no menu, before the burger displays.
I have attached links to 3 screen shots.
smallest screen where full menu displays – http://www.c3idesign.com/obr_screens/full_menu.png
smallest screen where full menu displays – http://www.c3idesign.com/obr_screens/full_menu.png
smallest screen where full menu displays – http://www.c3idesign.com/obr_screens/full_menu.png
Also, here is a screen shot of the ipad:
Hi c3idesign,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
@media only screen and (min-width: 768px) and (max-width: 1024px) {
.menu-item {
display: none;
}
nav.main_menu {
display: block !important;
}
}
If you need further assistance please let us know.
Best regards,
Victoria
That worked, but is there a reason that the menu won’t display? Is it too large?