Changing product card width within product block carousel

Hi I have a product block section that is essentially a slided slick carousel. Currently it is set so that it displays two product cards at the time on mobile and the product card custom width is calculated automatically. I want to change this so that it displays 1.5 products at the time and indicates to user that he needs to swipe to see more products. I want to do this only for mobile.

This is how the carousel looks now:

What do I need to change in the code to accomplish this? I was looking at the following code but I was struggling to make it work:

Any help? My preview link is: https://cskm2aneafljjnov-26608304175.shopifypreview.com

Hi,

We need to change the option in the slider setting on js code

@SIVA2020

Have to change js code for width.

Where can I do that?

Where can I do this?

Hi, I guess you must change js of your theme code to do that, not change HTML or CSS code.

Thanks, where do I do that?

You can try to find and edit script related to your product slider in theme.js

I found this code but when I change numbers for SlidesToShow, it still doesn’t change anything. Any help?