Home › Forums › WoodMart support forum › Product Label set up › Reply To: Product Label set up
September 15, 2020 at 8:07 am
#226316
Elise Noromit
Member
Hello,
Replace the code with this one:
.product-images .product-labels {
max-width: 100%;
}
.product-images .labels-rounded .product-label.out-of-stock {
width: 100%;
max-width: 100%;
border-radius: 0;
background:red;
color:white;
padding-top:5px;
}
Best Regards