Tagged: Burger Menu, mobile menu
For some strange reason the burger menu is not showing
Hey whdsolutions,
Thank you for the inquiry.
The mobile menu is hidden because of this css code:
@media (max-width: 1200px) {
.av-main-nav > li {
display:none !important
}
.nav-toggle {
display: block !important
}
}
Please remove this css rule or adjust it properly.
.av-main-nav > li {
display:none !important
}
Best regards,
Ismael
I want the burger menu to appear at 1550 pixels wide
All fixed – thank you :-)
