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
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
No problem !
Anna
your store is password protected.
kindly share your store password
Jane199409
.product-single__media-wrapper {
max-width: 100% !important;
}
Add this code in theme.scss
thank you.
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!