andreacaresse Posted August 26, 2019 Posted August 26, 2019 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!
tuanphan Posted August 26, 2019 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 Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)
andreacaresse Posted August 26, 2019 Author Posted August 26, 2019 that didn't work :( @tuanphan, but found a solution! thanks!
andreacaresse Posted August 26, 2019 Author Posted August 26, 2019 THIS WORKED! div { overflow: hidden; }
AkankshaK Posted March 20, 2021 Posted March 20, 2021 On 8/26/2019 at 7:34 AM, andreacaresse said: THIS WORKED! div { overflow: hidden; } Thank you Andrea!!!!!!
tuanphan Posted March 22, 2021 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 Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)
Recommended Posts
Archived
This topic is now archived and is closed to further replies.