Broadcast Theme- Reduce thickness of gap between image and product info

Hello,

Does anyone know how to reduce the thickness of this gap in between my image and product info on the product page?

I am on broadcast theme. Thanks a million

@911B891

Please share store URL!

Thanks!

@dmwwebartisan

No problem !

https://jeryco-store.myshopify.com/collections/pre-order-jewellery/products/hernan-herdez-sapphire-curb-chain-necklace?variant=40275696517315

Anna

your store is password protected.
kindly share your store password

@Zworthkey

Jane199409

.product-single__media-wrapper {
max-width: 100% !important;
}

Add this code in theme.scss
thank you.

@911B891

please Go to Online Store->Theme->Edit code then go to assets/theme.css ->paste below code at the bottom of the file.

.product-single__media-wrapper {max-width: 100% !important;}

Thanks!

@dmwwebartisan

hmm I am afraid that didn’t work :confused:

Anna