https://www.mlrh.com.au/products/florence-resin-bowls
I have an issue with extra space being added under the product photos and the photos variants/ additional photos.
Could someone help provide me with coding so I can fix this?
https://www.mlrh.com.au/products/florence-resin-bowls
I have an issue with extra space being added under the product photos and the photos variants/ additional photos.
Could someone help provide me with coding so I can fix this?
Hi @Katherine94
Edit the theme and add the following code to the Defatult product page
.product-single__media {
height: auto !important;
}
Thankyou, this worked!!