Home › Forums › WoodMart support forum › Gap between products › Reply To: Gap between products
November 10, 2023 at 10:41 am
#511343

Aizaz Imtiaz Awan
Keymaster
Hello,
Please add this code to the Theme Settings > Custom CSS > Global:
[class*="wd-spacing-"]:not(:where([class*="wd-grid"]))>[class*="col"] {
margin-bottom: 60px;
}
Best Regards.