Mobile menu issue
-
morning, Tom,
Hate to bother you with this but I can’t quite get this working although it would seem simple enough.
It regards using the Spacious theme in conjunction with your Max Mega Menu (you have helped me with this earlier and I’m sort of undoing what I had asked earlier and am running into issues).
I want to be able to use the Max Mega menu for the full width (which I am and no problems) and use the Spacious mobile menu and turn off the Max menu in mobile.
Originally I had used the Max Mega Menu for mobile and used this code:
@media screen and (max-width: 768px) {
.menu-toggle {
display: none;
}
}
@media only screen and (max-width: 600px) {
#mega-menu-wrap-primary {
display: block;
}
}But now going backwards as in turning off the mega menu this code either removed or reversed so to speak is not working> I can get the mega menu to not display and the Spacious toggle to show but not the Spacious version of the actual menu to appear. Seems like it should be so simple to reverse it but I’m missing something.
Right now I have it with the mega menu setup.
Site is: https://vps14735.inmotionhosting.com/~medhwp/
I could appreciate any suggestions. Thank you for your help.
Bob H
- The topic ‘Mobile menu issue’ is closed to new replies.