How do I change the spacing between attributes and price in Single product?
-
Is the distance between “price” and “attributes” so close that there is no place to adjust?
Hello,
Can you please share the page URL so I will check and give you a possible solution.
Best Regards
I have filled in the URL below.
Attachments:
You must be
logged in to view attached files.
Hello,
Please add the below Custom CSS code to Theme Settings > Custom CSS > Global Custom CSS:
.single-product-page .price {
margin-bottom: 20px !important;
}
Best Regards