Nondys Posted July 19, 2020 Share Posted July 19, 2020 Site URL: http://aretiartseed.com Hello. I am having issues with a client's website in how to get rid of negative white space on the right side on Mobile view. I coded graphics on overlapping sections and have it displayed on desktop but hidden on mobile, however when you view the site on mobile you had scroll to the right and see all the extra white space. Is there a way to disable or hide all the white space? See picture for reference. Thank you so much for your help in advanced! Link to comment
tuanphan Posted July 20, 2020 Share Posted July 20, 2020 Add to Home > 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 Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) Link to comment
Nondys Posted July 20, 2020 Author Share Posted July 20, 2020 @turanphan You saved me thank you so much!!!!!!!!!!!!!!! You are such a freaking rockstar lol tuanphan 1 Link to comment
honeybee_2023 Posted April 20, 2023 Share Posted April 20, 2023 Thank you! I was having the same exact issue and the code worked. Amazing 😀 tuanphan 1 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