Having an issue with the mobile off canvas menu when using mobile devices. The problem is that the whole page can be dragged horizontally and see the menu.
This happens even on the Enfold demo site.
Is there a way to stop this behavior so that the menu only pops out if they hit the menu icon?
Hi ryanmortier!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
#wrap_all { position: relative !important; }
Cheers!
Yigit
Awesome, that fixed me up. Thanks!