single product page's description hide on mobile
-
Hi,
my single product page’s description hide on mobile, but WPBakery page builder has not set hide on mobile, how can I show the description content on mobile? thanks.
http://13.114.227.178/product/test_product/
Hello,
To display the the description content 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.
Best Regards.