Tagged: mobile menu
Hi,
The mobile menu is not showing on mobile devices.
I’ve already checked my changes in the css but there is nothing keeping it from showing. I made sure that the color of the menu isn’t set to white but still no mobile menu.
Any ideas what’s going on?
Hey KiGePa,
I see that your mobile menu is showing at 766px and below, but at 767px and up this css is hiding it:
.av-burger-menu-main {
display: none;
-webkit-transition: padding 0.3s ease-out;
transition: padding 0.3s ease-out
}
Please look for this code in your css, and remove it. If you can’t find it, please include a admin login in the private content area so we can assist.
Best regards,
Mike