How can I remove the gaps as shown below on the product page?
egyptiful.com Supply theme
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!
A lot better now thanks