Hi please can someone give me the correct code to make my product images full width like the below site, I am using the Dawn theme
yes, please share your store url so i will check and update
thanks for url can you please try this code
- Go to Online Store->Theme->Edit code
- Asset->/template-collection.css ->paste below code at the bottom of the file.
.collection.page-width {
padding: 0;
}
Thanks, is there any way you can remove the white gap between the pictures?
[image: Screenshot 2021-11-17 at 13.41.35.png]
sorry i can’t see your attachment
@KetanKumar Can you help me remove the white gaps between images? This is the template-collection.css
yes please try this code
.product-grid.negative-margin--small {
margin-left: 0px;
}
.product-grid .grid__item {
padding-left: 0px;
}

