Home Forums WoodMart support forum Increase spacing Reply To: Increase spacing

#385748

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