How to increase distance between products.
-
Hello,
I was wondering how I can add padding between products vertically. Currently when hovered over a product, the product below is almost hidden. This issue is even more obvious on mobile. I was wondering how this can be addressed.
Attachments:
You must be
logged in to view attached files.
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