Website Scrolling to the Side

Solved

Website Scrolling to the Side

SamFarwell
Tourist
11 0 1

Hey guys, need some help with this.

For some reason my clients website is scrollable to the side.

Hard to explain, but there's a scrollable bar at the bottom of the screen (like their is on the side of all websites), and it allows you to scroll to the right.

I've attached an image - here's the link to the website: https://www.hclothing.com/

Screenshot 2024-07-12 at 17.58.40.png

Accepted Solution (1)

Moeed
Shopify Partner
6963 1878 2295

This is an accepted solution.

Hey @SamFarwell 

 

Follow these Steps:

1) Go to Online Store
2) Edit Code
3) Find theme.liquid file

4) Add the following code in the bottom of the file above </body> tag

<style>
html, body {
    overflow-x: hidden !important;
}
</style>

 

If I managed to help you then, don't forget to Like it and Mark it as Solution!

 

Best Regards,
Moeed

- Need a Shopify Specialist? Chat on WhatsApp

- Get a quick Shopify quote – Click here!

- Custom Design | Advanced Coding | Store Modifications


View solution in original post

Replies 3 (3)

Moeed
Shopify Partner
6963 1878 2295

This is an accepted solution.

Hey @SamFarwell 

 

Follow these Steps:

1) Go to Online Store
2) Edit Code
3) Find theme.liquid file

4) Add the following code in the bottom of the file above </body> tag

<style>
html, body {
    overflow-x: hidden !important;
}
</style>

 

If I managed to help you then, don't forget to Like it and Mark it as Solution!

 

Best Regards,
Moeed

- Need a Shopify Specialist? Chat on WhatsApp

- Get a quick Shopify quote – Click here!

- Custom Design | Advanced Coding | Store Modifications


SamFarwell
Tourist
11 0 1

Thanks!

This works.

pawankumar
Shopify Partner
694 100 122

Hi @SamFarwell 
Please put this code in theme.liquid before body closing tag </body>

<style>
.header-wrapper.header-wrapper--transparent {
    overflow: hidden;
}
</style>

I hope, it will help you

Thanks!

- Need a Shopify developer? Chat on WhatsApp +91-9467121281
- Coffee Tip: Buymeacoffee  | Email: thepkpawankumar@gmail.com
- Was my reply helpful? Click Like to let me know!
- Was your question answered? Mark it as an Accepted Solution
Best regards,
Pawan