Home Forums WoodMart support forum AJAX Product Tabs Reply To: AJAX Product Tabs

#508818

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.