Home Forums WoodMart support forum AJAX Product Tabs

AJAX Product Tabs

Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #506580

    myamikizara
    Participant

    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.
    #506708

    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.

    #506788

    myamikizara
    Participant

    it worked but it did not work for the AJAX Product tab, is there another code to use for this particular widget

    #506947

    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.

    #506982

    myamikizara
    Participant

    Doesn’t seem to be working for other widget either now

    #507119

    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.

    #508763

    myamikizara
    Participant

    .wd-nav-tabs-wrapper {
    -webkit-mask-image: none;
    }

    does not work and the text is still not showing properly

    #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.

    #508957

    myamikizara
    Participant

    this solution does not work

    #508979

    Hello,

    The code is working fine. Please check the issue in original mobile device:
    Screenshot for clarification:
    https://ibb.co/mbvVHHj

    Best Regards.

    #509483

    myamikizara
    Participant

    it works for a a few hours then reverts back to not working

    #509542

    Hello,

    Please check the issue in incognito mode and let me know.

    Best Regards.

Viewing 12 posts - 1 through 12 (of 12 total)