Home Forums WoodMart support forum Some help need Reply To: Some help need

#500209

Hello,

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

[class*="wd-spacing-"]:not(:where([class*="wd-grid"]))>[class*="col"] {
    margin-bottom: 60px!important;
}

You can increase or decrease the gap by changing “60”

Best Regards