kds_on_ss Posted April 5, 2022 Posted April 5, 2022 Site URL: https://kdigitalstudio.com Running into the issue where I can scroll horizontally to a huge blank space... how can I fix this? Not sure what the root of the problem is or what settings I need to fix and/or CSS I need to add/target?
Jia Posted April 5, 2022 Posted April 5, 2022 2 hours ago, kds_on_ss said: Site URL: https://kdigitalstudio.com Running into the issue where I can scroll horizontally to a huge blank space... how can I fix this? Not sure what the root of the problem is or what settings I need to fix and/or CSS I need to add/target? Overflow can occur when we customise with css. Add this code to hide it and let me know how it goes 🙂 html, body { overflow-x: hidden; } kds_on_ss 1 Please give this a 👍 if it helps. Make sure to quote me or tag me in your reply, otherwise I won't be notified. www.sevenstars.studio www.instagram.com/sevenstars.studio
kds_on_ss Posted April 5, 2022 Author Posted April 5, 2022 19 minutes ago, Jia said: Overflow can occur when we customise with css. Add this code to hide it and let me know how it goes 🙂 html, body { overflow-x: hidden; } Perfect solution! Thank you for the help. Jia 1
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment