This CSS code will fix the left and right wiggle on iPhone
html, body {
    max-width: 100% !important;
    overflow-x: hidden !important;
}
Add Code Here
Additional Instructions/Information