How can I make the spacing equal for an element on the product page?

Hello @shaanrevery

Go to online store > Edit theme code > base.css > Insert the code at the bottom of this file “base.css” .

body .product__info-wrapper .product__info-container .product__description {
    margin: 1rem 0;
}