I’m using dawn theme in that there is a horizontal scroll in website, I’ll attach the reference image and website link .Please help me to overcome the issue.
Website : https://the-rugged.com/
password: rugged
A user encountered a horizontal scroll issue on their Shopify store using the Dawn theme, causing unwanted side-to-side scrolling on pages.
Problem:
Solution Provided:
base.css file to hide horizontal overflowbody { overflow-x: hidden !important; } at the end of the fileStatus:
I’m using dawn theme in that there is a horizontal scroll in website, I’ll attach the reference image and website link .Please help me to overcome the issue.
Website : https://the-rugged.com/
password: rugged
In order to fix the overflow issue you need to paste the following code in the end of base.css file.
Here is how you can find the base.css file. Go to Shopify Admin >> Online Store >> Edit Code >> base.css
body {
overflow-x: hidden !important;
}
Results:
I’m glad you found it helpful!
If this solution added value for you, consider supporting my work by Buying me a Coffee.
Your support helps me continue creating useful solutions for Shopify merchants like you. ![]()