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?
Hi @darmajorelle8 ,
Can you share your store url
Hi,
Add this CSS code
Online Store > Themes > Edit code > Assets > custom.css or theme.css
.product__media img { max-height: 70vh; width: auto; }
1 Like
Thank you so much! It worked!!!
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