Unwanted space in product pages

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?

  • Here is the solution for you @Katherine94
  • Please follow these steps:
  1. Go to Online Store → Theme → Edit code.
  2. Open your theme.liquid file
  3. In theme.liquid, paste the below code before and press ‘Save’ to save it

  • Here is the result you will achieve:

  • Please press ‘Like’ and mark it as ‘Solution’ if you find it helpful. Thank you.

Hi @Katherine94

Edit the theme and add the following code to the Defatult product page

.product-single__media {
    height: auto !important;
}

Thankyou, this worked!!