Home › Forums › WoodMart support forum › AJAX Product Tabs – Icons on mobile too small AJAX Product Tabs – Icons on mobile too small This topic has 1 reply, 2 voices, and was last updated 2 years ago by Aizaz Imtiaz Awan. Viewing 2 posts - 1 through 2 (of 2 total) Author Posts October 31, 2022 at 1:59 pm #417606 niwoParticipant Hi, I couldn’t find any settings to adjust the icon size on mobile devices. See screenshot. How to achieve the size change from 25 px to 50 px on a mobile device? Regards Attachments:You must be logged in to view attached files. October 31, 2022 at 3:38 pm #417640 Aizaz Imtiaz AwanKeymaster Hello, Please try using the below Custom CSS code and paste it to Dashboard >> Theme Settings >> Custom CSS >> Global CSS section: @media (max-width: 768px) { .wd-tabs .wd-tabs-header .img-wrapper img { max-height: fit-content !important; width: 50px !important; height: 50px !important; } } In this Custom CSS, you can change the value of width and height according to your choice. Best Regards. Author Posts Tagged: AJAX, icon, product, small, tabs, woocommerce, WoodMart Viewing 2 posts - 1 through 2 (of 2 total) You must be logged in to create new topics. Login / Register