Home Forums WoodMart support forum How to increase distance between products.

How to increase distance between products.

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #77978

    kushalghimire
    Participant

    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.
    #77985

    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

Viewing 2 posts - 1 through 2 (of 2 total)