Guest Posted May 7, 2021 Share Posted May 7, 2021 Site URL: https://www.moderndifferent.com/ Hello. There is a left/right shift on mobile where you can grab the screen and move it left or right, and then it will spring back when released. Link to comment
Solution tuanphan Posted May 9, 2021 Solution Share Posted May 9, 2021 Add to Design > Custom CSS @media screen and (max-width:767px) { html, body {overflow-x: hidden;} } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
Guest Posted May 9, 2021 Share Posted May 9, 2021 1 hour ago, tuanphan said: Add to Design > Custom CSS @media screen and (max-width:767px) { html, body {overflow-x: hidden;} } Perfect. Thank you. It did a magic. Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment