Home Forums WoodMart support forum Short description disappears in Responsive View

Short description disappears in Responsive View

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #169323

    Soho89
    Participant

    Hey,

    Does it has to do with my changes or is it supposed to be like that: When I set the tabs layout to tabs and change the view from desktop to mobile, the tabs suddenly disappear. See pictures attached.

    Thanks

    Attachments:
    You must be logged in to view attached files.
    #169398

    Aizaz Imtiaz Awan
    Keymaster
    Xtemos team

    Hello,

    Kindly check your product page in actual mobile device, if the product tabs not shown inside the mobile screens then use the below CSS code in global custom CSS area under theme settings >> custom CSS:

    .tabs-layout-tabs {
       display: block;
    }

    Best Regards.

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