Hi Enfold,
I noticed the enfold theme behaves oddly on my iPhone ( and maybe other smartphones ). When scrolling up and down, sometimes it moves sideways slighty too. The site seems to ‘float’ around on the screen, rather than remain stable. I am running the latest version of enfold. The iPhone is a 6, with the latest IOS. I checked with other sites i visit, and they do not float. Any thoughts?
Thanks
Hi Marssolutions!
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;
}}
Best regards,
Yigit
Brilliant, thank you Yigit!