Short description disappears in Responsive View
-
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.
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.