How can I standardize product photo layouts on my website?

At the moment the product display has a white border round the images which is annoying I want it right to the screen edges (mobile) and also for some reason on the product photos it’s cut off the sides of the images to make the image thinner for some reason. Is there a way to standardise the image layouts ? Thanks for any help I’ll attach photos

website : DAGNORAK.com

Hey @DAGNORAK

Follow these Steps:

  1. Go to Online Store
  2. Edit Code
  3. Find theme.liquid file
  4. Add the following code in the bottom of the file above tag

If I managed to help you then, don’t forget to Like it and Mark it as Solution!

Best Regards,
Moeed

That just throws up a load of errors

Hey @DAGNORAK

If you follow the correct steps then it should work and the result would be as shown in the screenshot. Also, if you’re facing errors then show a screenshot of what error you’re facing

@DAGNORAK

Please add the following CSS code to your assets/base.css bottom of the file.

@media screen and (max-width: 767px) {
.section-template--19842186772800__main-padding {
    padding: 0 !important;
}
li#Slide-template--19842186772800__main-34273505542464 {
    padding: 0 !important;
}
}

Thanks!

Sorry that was my bad, is there a way of doing it to only effect the product photo not the entire page ? Thanks