Home › Forums › WoodMart support forum › AJAX Product Tabs › Reply To: AJAX Product Tabs
October 31, 2023 at 3:16 pm
#508818
Aizaz Imtiaz Awan
Keymaster
Hello,
Please add this code to the Theme Settings > Custom CSS > Custom CSS for Mobile:
.wd-nav-tabs {
white-space: nowrap;
flex-wrap: wrap;
}
.wd-nav.wd-style-default {
white-space: nowrap;
}
Best Regards.