How to Fix the Horizontal Wiggle on iPhone Elementor Theme

Left and Right Wiggle on Elementor iPhone. Simple and Quick 3 Line Fix on CSS.

I was navigating one website built with elementor and I realized there is a left and right wiggle that was bothering me so much. So I found an article online all about it. Such a simple fix. 

html, body {
    max-width: 100% !important;
    overflow-x: hidden !important;
}

View Full Article: https://snifflevalve.com/generatepress/fix-horizontal-wiggle-iphone-elementor-generatepress/