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”
May 24, 2022 at 11:54 am
#378343

Aizaz Imtiaz Awan
Keymaster
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