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.
Hey Community! As we jump into 2025, we want to give a big shout-out to all of you wh...
By JasonH Jan 7, 2025Hey Community! As the holiday season unfolds, we want to extend heartfelt thanks to a...
By JasonH Dec 6, 2024Dropshipping, a high-growth, $226 billion-dollar industry, remains a highly dynamic bus...
By JasonH Nov 27, 2024