Home Forums WoodMart support forum How to decrease space between product thumbnails & title in “new items” Reply To: How to decrease space between product thumbnails & title in “new items”

#378343

Hello,

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

.wd-products-tabs.tabs-design-simple .wd-tabs-header {
margin-bottom: 0;
padding-bottom: 0;
}

Best Regards