Tagged: Fullwidth sub menu
Hi!
I’d like to know how to make the Fulldwith Sub Menu disappear when a user accesses the site on a mobile device. Currently, there are two options for the Fullwidth Sub Menu: 1) leave menu as is. It ends up wrapping on a small screen causing a bad user experience and 2) display a button for menu.
Here are some screen shots:
1) Looks good on the big screen:
2) How to make it disappear on a smaller screen?
I like option 1, but it works well only for larger displays. How do you make the Fullwidth Sub Menu hidden when a user accesses the site on an iPhone or another small screen device?
Thanks,
Vic
Hey Vic!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
@media only screen and (max-width: 768px) {
#top .av-submenu-container { display: none !important; }}
Cheers!
Yigit
Hey Yigit!
Thanks for the quick fix. It works great!
Vic