Hi,
Looks like you’re using a large zoom effect for some elements which causes the element’s start animation position from off the screen in mobile canvas. And that is causing the width of the body to change in mobile while animating.
Now that is actually the theme territory because it wouldn’t be appropriate for the plugin override theme “body/html” styles. Theme must set html/body canvas width to overflow:hidden on smaller screens to avoid issues like that to happen. Sorry if that sounds a bit technical.
What I can suggest to “maybe” a way to fix this is, could you try adding following css to your stylesheet and check?
html, body {
overflow-x: hidden;
}
Let me know.
Thanks!
Hi
Thanks for your response. The above CSS has no effect after adding it. However, I shall check with adjusting the animation effects and let you know.
N.B. The animation effects are so crisp and excellent that I don’t want to disable them!
Warmest Regards
BM
Great to hear you like the animations. 🙂
Just so you know, if you use only vertical position effects you will have no problems. Or if you reduce the bigger scale level on the animation it would also help.
Hi
Checked again and it seems to have been resolved. Shall keep a watch on it and let you know if any further issues come up.
Thanks again!
Warmest Regards
BM
Glad you got it solved 🙂 Cheers!