Padding: Request to Modify Product Slider Padding - Dawn Theme

Hi

I have attached a screenshot for reference, can we remove padding between two product images in collection?

https://060ef5-5.myshopify.com/

@Charlo-007

please add below CSS code in your theme file called base.css file and the results will be below

.dawn-product-slider img {
	width: 100% !important;
}

Online Store > Edit Code > Assets > base.css file place above code at the end of the file.

Let me know if you are not able to do it i can do it for you.

thanks

can we reduce the size of images? @Liquid_xPert_SJ

if we reduce the image size then we have to increase the visible image limit like, 4to 5 so that there will be no extra gap with less width.