Tagged: sidebar, smartphone
On a smartphone, the sidebar navigation menu shows up, and I would like for it not to.
Howe would I do that?
Thanks!
Hi Scott!
when does it show up? when you open it? or when you open your website? which browser are you using? do you want to disable your mobile menu completely? or what exactly do you want to achieve?
Cheers!
Andy
It shows up if you swipe to the left from the home screen.
I don’t want to disable the mobile menu, just the navigation sidebar…
Thanks!
Hi!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
@media only screen and (max-width: 990px) {
#wrap_all {
position: relative !important;
}}
Issue will be fixed on upcoming update.
Regards,
Yigit
Perfect!