Home Forums WoodMart support forum Increase a space bottom of product grid Reply To: Increase a space bottom of product grid

#187145

Hello,

Your screen is cut and not clear. As I understand you want to add the padding to mobile only:

Please add this code to the Theme Settings > Custom CSS > Mobile:

body .products-bordered-grid.woodmart-spacing-20 .product, 
body .products-bordered-grid.woodmart-spacing-30 .product {
    padding-bottom: 25px;
}

Set the value as per your needs.

Best Regards