Home › Forums › WoodMart support forum › Why Product Attributes are invisible on product page? › Reply To: Why Product Attributes are invisible on product page?
November 24, 2023 at 1:11 pm
#515242
Aizaz Imtiaz Awan
Keymaster
Hello,
Add below Custom CSS code to Theme Settings > Custom CSS > Custom CSS for mobile:
.shop_attributes th {
flex: 0 2 auto;
}
Best Regards.