Home › Forums › WoodMart support forum › spacing between product categories and title › Reply To: spacing between product categories and title
February 14, 2024 at 5:07 pm
#540084

Aizaz Imtiaz Awan
Keymaster
Hello,
Please try to use the below custom CSS code and paste it to Theme Settings >> Custom CSS >> Global CSS section:
.product-grid-item :is(.wd-entities-title,.wd-product-cats,.wd-product-brands-links,.wd-product-sku,.wd-product-stock,.price) {
margin-block: 4px;
}
Best Regards.