I’m having the same issue – with my menu disappearing in mobile view on our website:
mspresistantstarch.com
So far, I have tried disabling ever single one of our plugins, I’ve tried changing the z-index in the menu to see if something is just sitting infront of it, and I’ve tried removing any custom formatting from the menu. None of this has worked.
I’ve tried the solution provided above in the Themesile documentation, and this is currently implemented as additional custom CSS on the website, but it does not work:
nav#site-navigation.in {
height: auto !important;
}
And I have also (and since removed) this code, which I found in the forums for Zerif Lite on the Themesile site:
@media (max-width: 767px){
#main-nav, #main-nav.fixed {
position: fixed;
}
}
Nothing seems to work. I’m not sure what else to and really don’t want to have to start over with a whole different theme. Can anyone help????