Home › Forums › WoodMart support forum › single product page's description hide on mobile › Reply To: single product page's description hide on mobile
January 13, 2020 at 9:07 am
#167649
Aizaz Imtiaz Awan
Keymaster
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.