Different views in product Tabs in Desktop and Mobile
-
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
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.