Reduce Size of Products on Homepage Slider

Hi I am looking to make the size of the products on my homepage slider smaller, but I am not able to figure out where in the code I should be looking. Attached is a screenshot of the slider, website name is shopinhouse.com.

We are using a custom theme, but any assistance would be appreciated.

I’m Richard Nguyen - CRO Expert at PageFly - Free Landing Page Builder.

You can try this css code into your theme.css file

.shopify-section.SliderProduct.js-slider-container {
max-width: 1200px !important;
margin: 0 auto;
}

This will help you reduce the width of tje slider

Hope this can help you solve the issue

Best regards,

Richard