Home › Forums › WoodMart support forum › Increase spacing › Reply To: Increase spacing
June 23, 2022 at 6:10 pm
#385748

Elise Noromit
Member
Hello,
Please add this code to the Theme Settings > Custom CSS > Global:
.product-grid-item .product-element-bottom div{
margin-top:20px;
}
.product-grid-item .product-element-bottom span.price{
margin-top:20px;
}
Best Regards