Product tabs are not showing on mobile
-
Hi, my client just noticed that the additional tabs are not showing on mobile. The desktop view is perfect. I need it to be on mobile as well because the nutritional values are on the tabs, and not on the short description.
I looked around the admin and this support forum, but I couldn’t find where or how to change this. Can you help me?
Hello,
Please deactivate all the plugins not related to the theme and switch the parent theme, check the issue, if the problem remains, leave the plugins not activated and provide the site admin access to the private area
Best Regards
try this …add this code to global css
@media (max-width: 1px)
.tabs-layout-tabs {
display: inherit;
}
Hello,
Have you solved the issue?
Best Regards