Image too large on product page Pipeline Theme

Solved
darmajorelle8
Visitor
3 0 0

Hello, i'm setting my shopify store and the picture tile on the product view is huge? I'm currently using the pipeline theme, any help would be appreciated. The picture is taking over the page. How can I reduce the size of the picture tile?  

Accepted Solution (1)
zaczee
Globetrotter
749 41 35

This is an accepted solution.

Hi,

 

Add this CSS code
Online Store > Themes > Edit code > Assets > custom.css or theme.css

.product__media img { max-height: 70vh; width: auto; }

 

View solution in original post

Replies 5 (5)
zaczee
Globetrotter
749 41 35

Hi @darmajorelle8 ,

 

Can you share your store url

 

darmajorelle8
Visitor
3 0 0
zaczee
Globetrotter
749 41 35

This is an accepted solution.

Hi,

 

Add this CSS code
Online Store > Themes > Edit code > Assets > custom.css or theme.css

.product__media img { max-height: 70vh; width: auto; }

 

darmajorelle8
Visitor
3 0 0

Thank you so much! It worked!!! 

Darceycunningha
Visitor
2 0 0

Hi! Could you tell me in which part of the code i'd put this in. I'm not a web developer so have no clue