Home › Forums › WoodMart support forum › Missing pages: Cart and Checkout page › Reply To: Missing pages: Cart and Checkout page
April 23, 2024 at 2:12 pm
#559821
Luke Nielsen
Keymaster
Hello,
Try to add the code below into the “Mobile CSS” area in Theme Settings -> Custom CSS:
.single-product .woocommerce-product-attributes.shop_attributes th {
flex: none;
}
Clear the cache and recheck the issue.
Kind Regards