Menu Disappears in Mobile View (Zerif Lite Theme)
-
I’ve been trying to figure out why the menu completely disappears when attempting to view my theme on mobile. Resizing to anything smaller than desktop causes the menu to disappear and there is no way to navigate the site.
I have spent quite a bit of time searching online for a solution. So far, I have tried disabling ever single one of our plugins, I’ve tried changing the z-index in different elements (all now changed back) to see if there was an issue with the display order, and I’ve even removed all of the custom formatting from the menu area to see if this would resolve the issue.
I’ve checked various online support forums. Themesile has two different solutions listed – both involve updating the custom css and neither worked.
This is the first one I tried (currently still present in the code):
nav#site-navigation.in {
height: auto !important;
}And this is the second method I tried (no longer in the code):
@media (max-width: 767px){
#main-nav, #main-nav.fixed {
position: fixed;
}
}Nothing seems to work. I really need to have the menu visible on mobile and I really don’t want to have to move to a completely different theme. I use Zerif Lite a lot and I really like this theme…
If anyone has any solution to this, please let me know!
The page I need help with: [log in to see the link]
- The topic ‘Menu Disappears in Mobile View (Zerif Lite Theme)’ is closed to new replies.