Home › Forums › WoodMart support forum › How to increase distance between products. › Reply To: How to increase distance between products.
September 19, 2018 at 2:47 pm
#77985
Elise Noromit
Member
Hello,
Try to add this code to the Theme settings > custom CSS:
.products-spacing-30 .product {
margin-bottom:30px;
}
Increase the margin as per your needs.
Best Regards