Hey there!
I am using the left side navigation on a site and want to be able to make it go hamburger menu style on a tablet. It will only go to mobile for smartphones and not on tablets.
Is there anything I am missing?
I know the setting in Header allows you to adapt to tablets when you have a top header, but that option is removed with a side nav.
Thanks!
Hey Paul,
Please try the following in Quick CSS under Enfold–>General Styling:
@media only screen and (max-width: 1024px) {
nav.main_menu {display:none !important;}
#advanced_menu_toggle, #advanced_menu_hide {display:block !important; }
}
Thanks,
Rikard
Thanks Rikard!
That gave me the hamburger menu perfectly, but there is still the white nav area down the whole left side. Any help there?
Thank YOU!
Hi!
Please add following code to Quick CSS as well
#wrap_all {
position: relative !important;
}
Cheers!
Yigit
Thanks for that Yigit!
That seems to work on 7 inch tablets, but not 10 inch.
Any thoughts?
Hi!
Please provide the link to your website when we can look and inspect the issue. Also admin login details as private content with permission to add css if necessary.
Cheers!
Vinay