Change product image size in product page

Hi,

Can someone help me how to change the size of the photo in the product page to make it a little bit smaller to fit the desktop view?

This is the current size. It is bigger.

Wanted to achieve this size:

The theme is Pipeline, store url is: https://www.suboproducts.ca/ password is dowtho

Hi @jmariegocela

I’m Richard Nguyen from PageFly- Free Landing Page Builder

You can try with this code.

Follow this:

Go to Online Store->Theme->Edit code->theme.css->paste bellow code in bottom of file

.grid__item.product__media__wrapper.medium-up–five-eighths, .grid__item.medium-up–three-eighths{

width: 50% !important;

}

If you feel my answer is helpful, like it or mark it as a solution. Let me know if you have any questions.

Best regards,

Richard | PageFly

@PageFly-Richard it still does not work