Product photo wider

Hi everyone,

Could anyone help me to make the product image as wide as the screen. So that there is no white line showing. I tried to make it more clear what I mean in the pictures

miyucollective.com

thanks

Hey @Nienke_pr

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


RESULT:

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

Best Regards,
Moeed

Hello @Nienke_pr
Go to online store ---------> themes --------------> actions ------> edit code------->base.css
and add this code at the end of the file.

.page-width {
max-width: 100%;
}

and the result will be

If this was helpful, hit the like button and mark the job as completed.
Thanks

Thanks, Please hit the like button also.