Home › Forums › WoodMart support forum › AJAX Product Tabs AJAX Product Tabs This topic has 11 replies, 2 voices, and was last updated 1 year, 1 month ago by Aizaz Imtiaz Awan. Viewing 12 posts - 1 through 12 (of 12 total) Author Posts October 24, 2023 at 9:59 am #506580 myamikizaraParticipant When I use the SIMPLE style it does not show all the text on the tabs, it cuts off the last few letters. I need to increase slide size to be able to read. This only happens in mobile Attachments:You must be logged in to view attached files. October 24, 2023 at 2:47 pm #506708 Aizaz Imtiaz AwanKeymaster Hello, Please add this code to the Theme Settings > Custom CSS > Custom CSS for Mobile: .wd-nav-tabs { white-space: nowrap; flex-wrap: wrap; } Best Regards. October 24, 2023 at 6:52 pm #506788 myamikizaraParticipant it worked but it did not work for the AJAX Product tab, is there another code to use for this particular widget October 25, 2023 at 10:15 am #506947 Aizaz Imtiaz AwanKeymaster Hello, Please share the wp login details in private content under the message area I will check and give you a possible solution. Best Regards. October 25, 2023 at 10:42 am #506982 myamikizaraParticipant Doesn’t seem to be working for other widget either now October 25, 2023 at 3:20 pm #507119 Aizaz Imtiaz AwanKeymaster Hello, Please use the below custom CSS code and paste it to Theme Settings >> Custom CSS >> Mobile CSS section: .wd-nav-tabs-wrapper { -webkit-mask-image: none; } Best Regards. October 31, 2023 at 12:19 pm #508763 myamikizaraParticipant .wd-nav-tabs-wrapper { -webkit-mask-image: none; } does not work and the text is still not showing properly October 31, 2023 at 3:16 pm #508818 Aizaz Imtiaz AwanKeymaster 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. November 1, 2023 at 9:39 am #508957 myamikizaraParticipant this solution does not work November 1, 2023 at 10:35 am #508979 Aizaz Imtiaz AwanKeymaster Hello, The code is working fine. Please check the issue in original mobile device: Screenshot for clarification: https://ibb.co/mbvVHHj Best Regards. November 3, 2023 at 2:57 am #509483 myamikizaraParticipant it works for a a few hours then reverts back to not working November 3, 2023 at 10:05 am #509542 Aizaz Imtiaz AwanKeymaster Hello, Please check the issue in incognito mode and let me know. Best Regards. Author Posts Viewing 12 posts - 1 through 12 (of 12 total) You must be logged in to create new topics. Login / Register