Tagged: Burger Menu
Hi there,
Per your request, I”m starting a new thread (ref #933319). In the private area, I am pasting the code that broke the burger menu. Removing this code brought the mobile/burger menu back, but I still need to adjust when it kicks in. I believe our site looks good for most devices, except an iPad Pro (1024 x 1366). If you adjust your screen, the menu items overlap the logo and looks terrible. Can you please help me adjust our settings so that our menu area is suitable for all screen sizes?
Thanks,
Naomi
Hey cmgnaomi,
Can you paste a link to the site?
Best regards,
Jordan Shannon
Hi,
Perhaps try the following:
@media only screen and (max-width: 1250px) {
.av-burger-menu-main{
display:block!important;
}
.menu-item{
display:none;
}}
Best regards,
Jordan Shannon
Hi,
No problem at all. If you need additional help, please let us know here in the forums.
Best regards,
Jordan Shannon