Hi! I need to change photo size on my product page. [ELLA THEME]
I try to resize it on selected product from my shop but nothing change on real page. Can’t see any option in theme editor for this. Need to fit photo size on left table to right product details.
Thank you in advance!
This is Richard from PageFly - Shopify Page Builder App
I can help you. Please can you provide the website url. Thank you.
Best regards,
Noah | PageFly
Hello @AdrianSobczak
Please provide URL of your website.
Hi!
Here you go URL: https://denimo.pl/
Hi @AdrianSobczak
Check this one.
- From you Admin page, go to Online Store > Themes
- Select the theme you want to edit
- Under the Asset folder, open the main.css(base.css, style.css or theme.css)
- Then place the code below at the very bottom of the file.
.productView-img-container.product-single__media {
max-width: 100%;
}
.productView-image.fit-unset .productView-img-container img:not(.zoomImg) {
width: 100%;
height: 100%;
}
Please don’t forget to Like and Mark Solution to the post that helped you. Thanks!