Home Forums Basel support forum Product Labels Reply To: Product Labels

#25841

Bogdan Donovan
Keymaster

Try to add the following code snippet to the Custom CSS area in Theme Settings to fix this issue.

div.single-product-content .product-images .product-labels {
    right: 25px;
    left: 20px;
    max-width: 100%;
}

div.single-product-content .product-images .onsale {
		position: absolute;
    left: 0px;
    top: 0px;
}

Regards