Archived topic
Page "Wiggles" Horizontally on Mobile
5 replies · Started by Nicholas on July 8, 2017
Hi,
I don't know if this is a GeneratePress issue or an Elementor issue, because I am using both together. But anyway, on certain pages, the page "wiggles" on mobile, when you drag your finger left to right or right to left. It only seems to affect the pages that are using the Elementor builder. Does anyone know how best to troubleshoot this?
Hi there,
Is this happening on a specific page? Couldn't see anything on your home page.
Let me know :)
Yeah, it was affecting the homepage, but only when viewing with an iPhone. I think I fixed it though, by adding the following custom CSS:
html, body {
max-width: 100% !important;
overflow-x: hidden !important;
}
Nicholas - I have been meaning to ask about this as well. As you say, happens on Elementor created pages. Your CSS fixed it! Yay! :)
Cheers!
Lyle
It is happening on wh show post pro pages in RTL but I have not tested it for LTR. Above css was a fix for wp show post pro too!
Regards,
Ah, this can happen if your content is sliding in from outside the viewport. It can create a horizontal sidebar for a moment as it slides it, which can cause shaking/wiggling.