How can I code full width product images on the Dawn theme?

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

https://www.picante.shop/

@KetanKumar

@MarcusGoku

yes, please share your store url so i will check and update

https://4y7415s9o9kzgozn-25887524.shopifypreview.com/

@MarcusGoku

thanks for url can you please try this code

  1. Go to Online Store->Theme->Edit code
  2. 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]

@MarcusGoku

sorry i can’t see your attachment

Here it is

And would you be able to make it so the product image and the logo are to the far left of the screen (no white gap on the left) Thank you

@MarcusGoku

yes please try this code

.product-section section.page-width {
    padding: 0px;
}

@KetanKumar

@KetanKumar Can you help me remove the white gaps between images? This is the template-collection.css

@MarcusGoku

yes please try this code

.product-grid.negative-margin--small {
    margin-left: 0px;
}
.product-grid .grid__item {
    padding-left: 0px;
}