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

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