Hi,
I have been trying very hard to work on Mobile Menu of my website http://Swimbee.nl but its not working the way it should. This is the image http://imgur.com/gzSvufs which is showing only top level. Also installed Uber Menu but its not helping the case.
Just guide me how I can make the same Mega Menu just like in this page http://kriesi.at/themes/enfold/homepage/home-v6-classic-4-column/
Thank you.
The support here is actually really good- better than you find on a lot of themes. We just tend to need that instant gratification which makes 8 hours seem like it is poor service.
Well You have never tried Avada then. They responds in less than 6 hours.
Hey!
Try adding this code to the Quick CSS:
@media only screen and (max-width: 767px) {
.sub-menu {
display: block !important;
}
}
Cheers!
Josue
Nope its not helping the case. You can check the website link in http://mattkersley.com/responsive/ for http://swimbee.nl its not showing the sub menu again.
Hey!
The submenus are showing, please take a look:
Best regards,
Josue
Ok Thank you Got it.