Space between Product Description – Quantity

To adjust space between Product Description - Quantity on Squarespace Product Detail Page, you can use this code to Custom CSS box.

div.ProductItem-details-excerpt {
    margin-bottom: 2px !important;
}

Result

2 Likes