Hello. The mobile hamburger menu has disappeared from our site. Can you assist in getting it to show back up?
Hey 4colorflyers,
The mobile menu was being hidden by some custom css in your custom css plugin, on line 279 – 286:
@media only screen and (max-width: 1100px) {
nav.main_menu {
display: none !important;
}
#advanced_menu_toggle, #advanced_menu_hide {
display: block !important;
}
}
I commented it out for you.
Please clear your browser cache and check.
Best regards,
Mike