How to eliminate gaps on a product page in Supply theme?

How can I remove the gaps as shown below on the product page?

egyptiful.com Supply theme

@egyptiful

Please add the following code at the bottom of your assets/theme.scss.liquid file.

.template-product hr.hr--clear {display: none;}
.product__policies.rte {margin-bottom: 0px !important;}
.globo-swatch-product-detail .swatch--gl {margin-bottom: 0px !important;}
.template-product label.name-option {margin-bottom: 0px !important;}
.template-product .globo-number-stock-variant {margin-bottom: 0px !important;}

Thanks!

1 Like

A lot better now thanks