What's your biggest current challenge? Have your say in Community Polls along the right column.

How can I eliminate the extra scroll bar on my product page?

Solved

How can I eliminate the extra scroll bar on my product page?

Onegawad
New Member
4 0 0

Hi my page has two up and down scroll bars on the product pages and it’s super annoying because it gets stuck on mobile and desktop sometimes too. How can I fix it?

Accepted Solution (1)

LuffyOnePiece
Shopify Partner
645 93 117

This is an accepted solution.

Hi @Onegawad ,

 

Follow these Steps:

1) Go to Online Store
2) Edit Code
3) Find theme.liquid file
4) Add the following code just below tag <body>

 

<style>
body {
    overflow: hidden !important;
}
</style>

 

If you require further help to optimize or customize your store, please don’t hesitate to reach out. If you find this information useful, a Like would be greatly appreciated. And if this solves the problem, please Mark it as Solution!

 

Best Regards,
LuffyOnePiece

Sandeep Pangeni
Need help with your store? sandeeppangeni17@gmail.com
For quick response, Contact In WhatsApp +9779867521184

View solution in original post

Replies 4 (4)

JasmeetVT14313
Shopify Partner
292 63 76

Hi @Onegawad 
Please share your store URL so that I can guide you accordingly.

- VTN Customer Dashboard enhances your customer's dashboard with advanced features, profile management, and order tracking. Free trial available.
- Feel free to contact me at jasmeet.kaur@vtnetzwelt.com
Onegawad
New Member
4 0 0
Thank you it’s lizzyjames.com and it’s on the product pages

LuffyOnePiece
Shopify Partner
645 93 117

This is an accepted solution.

Hi @Onegawad ,

 

Follow these Steps:

1) Go to Online Store
2) Edit Code
3) Find theme.liquid file
4) Add the following code just below tag <body>

 

<style>
body {
    overflow: hidden !important;
}
</style>

 

If you require further help to optimize or customize your store, please don’t hesitate to reach out. If you find this information useful, a Like would be greatly appreciated. And if this solves the problem, please Mark it as Solution!

 

Best Regards,
LuffyOnePiece

Sandeep Pangeni
Need help with your store? sandeeppangeni17@gmail.com
For quick response, Contact In WhatsApp +9779867521184
Onegawad
New Member
4 0 0

Thank you