Home › Forums › WoodMart support forum › How do I change the spacing between attributes and price in Single product? › Reply To: How do I change the spacing between attributes and price in Single product?
September 10, 2024 at 11:56 am
#596388

Aizaz Imtiaz Awan
Keymaster
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