Tagged: image size, single product
Hello, how do I change size of the image on single product page? I would like image on the left and text on the right to be same width – 50/50. Is that possible?
Site – http://thermoprint.comadev.noc.lv/product/demo-2/
I’ve tried some custom CSS, but no luck
Hey vadikcoma,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
.single-product-main-image.alpha {
min-width: 528px;
width: auto;
}
.flex-viewport {
min-height: 528px;
height: auto;
}
.woocommerce-product-gallery__image.flex-active-slide {
min-width: 528px;
width: auto;
}
If you need further assistance please let us know.
Best regards,
Victoria
Thanks! Works great!