andreacaresse Posted August 26, 2019 Share Posted August 26, 2019 (edited) On mobile the site seems to shift around if I swipe left to right, almost like the dimensions are meant for a different sized screen... It even gets stuck with about 30px padding off the right side of the screen and leaves a white space that disrupts the entire layout and makes things move around... what's the issue?? My site is www.amativecreative.com if you'd like to look. Template is Burke. Thanks! Edited August 26, 2019 by andreacaresse Initial Revision Link to comment
tuanphan Posted August 26, 2019 Share Posted August 26, 2019 @andreacaresse try adding to Home > Design > Custom CSS html { 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
andreacaresse Posted August 26, 2019 Author Share Posted August 26, 2019 (edited) that didn't work :( @tuanphan, but found a solution! thanks! Edited August 26, 2019 by andreacaresse Initial Revision Link to comment
Solution andreacaresse Posted August 26, 2019 Author Solution Share Posted August 26, 2019 (edited) THIS WORKED! div { overflow: hidden; } Edited August 26, 2019 by andreacaresse Hadley and AkankshaK 2 Link to comment
AkankshaK Posted March 20, 2021 Share Posted March 20, 2021 On 8/26/2019 at 7:34 AM, andreacaresse said: THIS WORKED! div { overflow: hidden; } Thank you Andrea!!!!!! Link to comment
tuanphan Posted March 22, 2021 Share Posted March 22, 2021 On 3/20/2021 at 5:29 PM, AkankshaK said: I think you should use overflow-x: hidden; Overflow:hidden will cause some problems. 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
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment