[ad_1]
Page moves to the sides on mobile revealing white space, not stable
Hi @yanember8,
Upon checking, the trouble is usually related to site overflow issue in mobile browser.
To fix it, try adding this CSS code to Appearance > Customize > Additional CSS from dashboard.
html, body {
overflow-x: hidden;
}
it work , thank you very much
