Tagged: hamburger, iPad, main-menu, responsive
Hi, my site has a lot of main menu items which overlap the logo on iPad Pro in landscape mode. Can you give me the Quick CSS code to make the hamburger display at 1024 px width and lower?
Thank you,
Eric
Hey esotEric,
Please have a look at our docs here:
If you need further assistance please let us know.
Best regards,
Victoria
Hi,
I tested the following and it should work on iPad Pro:
/* Activate burger menu */
@media only screen and (max-width: 1224px) {
#top #header .av-main-nav > li.menu-item {
display: none!important;
}
#top #header .av-burger-menu-main {
cursor: pointer;
display: block!important;
}}
Best regards,
Jordan Shannon
Awesome! Thank you, Jordan.
Big help for the Enfold community!
Best,
Eric