Using the code provided from UberMenu, the drop down menu on mobile devices is not being hidden. Instead, it is being shown, one stacked upon the other.
Would this not be correct?
.main_menu .mobileMenu{
display:none !important;
}
I’m trying to resolve this quickly. I would appreciate a prompt response.
Hi!
Please try adding following code to Quick CSS instead
.responsive #top .mobileMenu { display: none!important; }
Regards,
Yigit
Yigit –
The original code ended up working. Turns out I had an issue with our CDN caching the custom.css file and therefore it wasn’t updating.