Home Forums WoodMart support forum Product Label set up Reply To: Product Label set up

#226316

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