Home Forums WoodMart support forum ISSUE of 4 PRODUCT GRIDS PER ROW Reply To: ISSUE of 4 PRODUCT GRIDS PER ROW

#190438

Artem Temos
Keymaster

Try to add the following code snippet to the Custom CSS area for mobile and desktop devices in Theme Settings to fix this issue.

.woodmart-hover-base:not([class*=add-small]) .wd-bottom-actions .add-to-cart-loop span {
    padding: 0;
}