Home Forums WoodMart support forum Different views in product Tabs in Desktop and Mobile

Different views in product Tabs in Desktop and Mobile

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

    Hosseinnkh
    Participant

    Hello,

    The problem is when we set “Tabs layout” in “Product page” in “Theme Settings” to “TABS” in doesn’t show any Tabs in mobile at all.

    I really need to use “TABS” mode in desktop, but at the same time set “According” mode in mobile, so both of them show the product tabs correctly. This is a Good feature too to add to them I think.

    How can I do this?

    kind Regards

    #168474

    Hello,

    To display the product tabs on mobile try the below CSS code in global custom CSS area under theme settings >> custom CSS:

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

    After applying the CSS check back after clearing your site and browser cache.

    About the accordion and tabs at the same time, unfortunately there is no such option to display “TABS” mode in desktop and at the same time set “Accordion” mode in mobile. It requires customization and this is beyond our limitations and support policy.

    Best Regards.

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