Increasing width of product card on slick slider mobile

Hi I would like to increase default width of product cards in this slick carousel, but only for mobile. Currently you can see the width is 180px but I’m struggling to locate the code where this is set. I would like this width to be 230px. Any help?

https://biifwn96njcvs8yj-26608304175.shopifypreview.com

I basically want to display 1.5 products instead of 2 on mobile

Hi @SIVA2020

I hope you are doing good and welcome to the Shopify Community!
I am San from MS Web Designer.

Please add this css in your bottom of the base.css file:
@media (min-width: 360px) {

.productGrid .product, .productGrid.column-2 .product, .productGrid.column-3 .product, .productGrid.column-4 .product, .productGrid.column-5 .product {width: 100% !important;}

}

Regards,

San

Hey @SIVA2020

Follow these Steps:

  1. Go to Online Store

  2. Edit Code

  3. Find theme.liquid file

  4. Add the following code in the bottom of the file above tag


If I managed to help you then, don’t forget to Like it and Mark it as Solution!

Best Regards,
Moeed

I tried this but nothing changed. It seems like the custom width is overriden by something else

I tried this but nothing changed. It seems like the custom width is overriden by something else. I think I need to change something with width{calc…}