Discuss and resolve questions on Liquid, JavaScript, themes, sales channels, and site speed enhancements.
Hi all,
I can't figure out why there's an horizontal scrollbar on my products page, or how to remove it. It's only showing up on mobile, and I can't seem to find anything that's oversized on the page.
I'd really appreciate it if anyone with some expertise in inspecting pages could help me figure this out.
https://vvog.ca/en/products/au-noir-long-sleeve-shirt-aberdeen-light-blue
Thanks,
Jo
Hi @Jo1305
TRy this one.
@media only screen and (max-width: 999px){
.product.product--thumbnails-bottom {
overflow: hidden !important;
}
}
Your Feedback Matters! Please mark the solution and give likes to posts that helped you. Your appreciation fuels our motivation to assist you better!
Hi. Here's my recommendation on the best approach.
.product__media-list-wrapper {
position: relative;
margin-left: auto;
margin-right: auto;
}
.product__media-list-wrapper {
position: relative;
margin-left: auto;
margin-right: auto;
overflow: hidden;
}
If you are unable to find this section of code, alternatively you can add the following code to the bottom of the file. I do not recommend this, however, as it may hinder long-term maintenance of the code.
.product__media-list-wrapper {
overflow: hidden;
}
If you need assistance with any of this, feel free to respond to this post.
June brought summer energy to our community. Members jumped in with solutions, clicked ...
By JasonH Jun 5, 2025Learn how to build powerful custom workflows in Shopify Flow with expert guidance from ...
By Jacqui May 7, 2025Did You Know? May is named after Maia, the Roman goddess of growth and flourishing! ...
By JasonH May 2, 2025