Home › Forums › WoodMart support forum › Visualization of "Ajax Product Tabs" on mobile › Reply To: Visualization of "Ajax Product Tabs" on mobile
October 9, 2020 at 9:00 am
#231992
Elise Noromit
Member
Hello,
We have checked this is the way the tabs work. If you want to have a scroll on mobile, please add this code to the Theme Settings > Custom CSS > Mobile:
.woodmart-products-tabs .products-tabs-title {
-webkit-mask-image: none;
white-space: none;
}
Best Regards