Home › Forums › WoodMart support forum › New and Sale label › Reply To: New and Sale label
May 26, 2022 at 3:31 pm
#379039
Aizaz Imtiaz Awan
Keymaster
Hello,
Please try adding the following Custom CSS in the Custom CSS for Mobile area under Theme Settings >> Custom CSS.
.labels-rounded {
top: auto;
left: 7px;
bottom: 7px;
}
.labels-rounded .product-label {
min-height: 35px;
font-size: 9px;
min-width: 35px;
}
Best Regards