Mobile Menu Not Displaying Consistently
-
Hello! I am having an issue with the mobile menu sometimes not displaying at all on mobile devices (and developer tool simulators). Sometimes when I clear the browser cache on the device I am using it will display and sometimes it will not. Maybe it is a caching issue but I am not quite sure how to address. The site overall is a work in progress that needs quite a bit of clean up on plugins etc. The site currently has a caching plugin from host A2 Fixed W3 Total Cache.
I implemented the following CSS code thinking this might help but I am still not getting the mobile menu every time:
@media only screen and (max-width: 600px){
.mob-menu-header-holder, .mobmenul-container {
display:block !important;
}
}Can you please take a look at this site and point me in the right direction?
Thanks so much!
The page I need help with: [log in to see the link]
- The topic ‘Mobile Menu Not Displaying Consistently’ is closed to new replies.