Hello,
I want the featured collections on mobile view to show 2 products instead of 1.5. Could someone provide CSS please? Thank you so very much!
Linus
1 Like
Hello @LQ10 .
Our team is ready to help you.
Please share your website address and access password (if necessary) so that we can check and assist you.
Hello @LQ10 ,
Hello! Please follow these steps to add this CSS code:
- Go to your Online Store
- Click on “Themes”
- Select “Edit code”
- Open your CSS file “theme.css”. If you have a custom CSS file, open that instead.
- Add the following code at the end of the file.
@media screen and (max-width: 699px) {
.product-list--carousel {
--product-list-card-width: min(300px, 65%); /* remove or comment this CSS */
grid: auto / auto-flow var(--product-list-card-width); /* add this new CSS */
}
}
See the screenshots below,
Feel free to reach out if you have any questions or need assistance.
Best Regards,
DWS.
@LQ10 , Please add it into the Edit code files of the shopify, please follow the above steps in my first answer.
Thanks for the advice, I purchased the theme and edited the theme code css file as you said but it does not work.
Could you look at it again? Thanks



