there is a blank space between the product description and the add to cart button. please help thank you
@zunscape share screenshot and mark area.
Hi @zunscape
Step 1. Go to Admin → Online store → Theme > Edit code
Step 2. Search for the file base.css, theme.css, styles.css or theme.scss.liquid. And add this code snippet to the end of the file
div:has(>product-form.product-form), product-form.product-form {
margin-top: -20px !important;
}
Step 3: Save your code and reload this page
***The result


