All things Shopify and commerce
I'm experiencing an issue with the mobile version of my carousel on Trade Theme. I have a product slider where each product should take up 100% of the screen width, but on mobile, the second product is partially visible while the first product is in view. How can I make each slide in the carousel take up 100% width on mobile without showing part of the next product?
It need to be aligned from the media section
Would you mind few help?
hey @SPdas
It sounds like your carousel’s width calculation or overflow settings are causing the issue. Here’s how you can fix it in your Trade Theme on Shopify
are you open to more discussion?
No, I did it myself. if you have a solution please let me know.
I attempted to apply the provided code to both the feature collection CSS and base.CSS, but unfortunately, it didn't work. I couldn't locate the carousel setting the only available option is to turn it on or off. Please see the image below for your review and you can also check the following URL: https://splendas.com/.
@SPdas, consider looking at this from another point of view: this is done intentionally to hint that this element is a carousel and that it can be swiped left and right.
I see no arrows or dots -- usual signs that element is a carousel...
Tim, an arrow is cropped. Please take a look at this website URL https://splendas.com/
In this case paste this into "Custom CSS" setting of this section:
@media screen and (max-width: 989px) {
.collection .slider.product-grid {
scroll-padding-left: 0;
}
.collection .slider li {
width: 100%;
}
}
Will stretch your slide to full-bleed on mobile:
If you want some space around, add something like:
.collection {
padding-left: 1rem;
padding-right: 1rem;
}
Learn 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, 2025Discover opportunities to improve SEO with new guidance available from Shopify’s growth...
By Jacqui May 1, 2025