How can I remove horizontal scroll bar in mobile view?

Solved

How can I remove horizontal scroll bar in mobile view?

Fettle
Visitor
2 0 1

The site displays perfectly on desktop, but when I load the mobile site there seems to be an overflow/horizontal scroll, which can completely ruin the scrolling experience.

 

Is there any easy way to stop this from happening?

 

Site: www.wearefettle.com 

Thanks!

Ben

Accepted Solution (1)

BSSCommerce-HDL
Shopify Partner
2305 835 910

This is an accepted solution.

Hi @Fettle
Step 1: Go to Shopify Admin -> Online Store ->Theme -> Edit code

BSSTechVenture_0-1716552348082.png

 

Step 2: Search file base.css, theme.css, styles.css or theme.scss.liquid

BSSTechVenture_1-1716552353173.png

 

Step 3: Insert the below code at the bottom of the file -> Save

 

main#MainContent {
    overflow-x: hidden !important;
}

 

Hope this can help you,

If our suggestions are useful, please let us know by giving it a like or marking it as a solution. Thank you  😍

Sale banner, pop ups: Customize your sale banner, pop-ups and create countdown bar to boost conversion rate.
Simicart: Transform your Shopify store into a stunning and fully functional mobile app with just a few simple steps.
Product Labels & Badges:
Get more sales with striking labels, badges, and banners from our 10,000+ available templates.

BSS Commerce - Full-service eCommerce Agency | Use Shopify for 1$ in the first month now

View solution in original post

Replies 3 (3)

BSSCommerce-HDL
Shopify Partner
2305 835 910

This is an accepted solution.

Hi @Fettle
Step 1: Go to Shopify Admin -> Online Store ->Theme -> Edit code

BSSTechVenture_0-1716552348082.png

 

Step 2: Search file base.css, theme.css, styles.css or theme.scss.liquid

BSSTechVenture_1-1716552353173.png

 

Step 3: Insert the below code at the bottom of the file -> Save

 

main#MainContent {
    overflow-x: hidden !important;
}

 

Hope this can help you,

If our suggestions are useful, please let us know by giving it a like or marking it as a solution. Thank you  😍

Sale banner, pop ups: Customize your sale banner, pop-ups and create countdown bar to boost conversion rate.
Simicart: Transform your Shopify store into a stunning and fully functional mobile app with just a few simple steps.
Product Labels & Badges:
Get more sales with striking labels, badges, and banners from our 10,000+ available templates.

BSS Commerce - Full-service eCommerce Agency | Use Shopify for 1$ in the first month now

Fettle
Visitor
2 0 1

Thanks so much for the quick response. That worked perfectly!

BSSCommerce-HDL
Shopify Partner
2305 835 910

Hi @Fettle
We're happy to see that our suggestion helped you solve the issue. Should you need any further information, please do not hesitate to contact us by tagging directly at Community post. We will check and let you know soon.

Thanks in advance. 😍😍

Sale banner, pop ups: Customize your sale banner, pop-ups and create countdown bar to boost conversion rate.
Simicart: Transform your Shopify store into a stunning and fully functional mobile app with just a few simple steps.
Product Labels & Badges:
Get more sales with striking labels, badges, and banners from our 10,000+ available templates.

BSS Commerce - Full-service eCommerce Agency | Use Shopify for 1$ in the first month now