I’ve noticed something weird that didn’t happen before if I remember correctly. On the mobile version of my website, you can scroll to the right and then a vertical menu shows up. Is this something that came with an update, or has something gone wrong with my site? I’d rather have it disabled. The attached screenshot shows what’s up, it’s the mobile page scrolled all the way to the right.
I am also having this problem on version 3.0.8. I have tested on both Apple and Android devices. My quick workaround was to disable responsiveness, but that is obviously not ideal.
Check out this post:
https://kriesi.at/support/topic/can-i-block-right-menu-on-mobile/
…helped me solve this.
Hi!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
#wrap_all { position: relative !important; }
@simonac Thank you :)
Regards,
Yigit
Thanks a lot!