Home Forums WoodMart support forum gap between two products Reply To: gap between two products

#321906

Hello,

I saw the screenshot you attached.

The whole container is moved to the left side because when you try to add margin value to the product grid then the width of the grid items is affected.

So you have to decrease the width of the items as well.

Please try adding the following Custom CSS in the Custom CSS for Desktop area under Theme Settings >> Custom CSS.

And see if this works for you otherwise it requires Customizations.

.home .product-grid-item.product.wd-hover-quick {
    margin: 5px;
}
.home .product-grid-item.col-lg-2 {
    max-width: 15.666667%;
}

Regards.
Xtemos Studios.