Home › Forums › Basel support forum › Product Labels › Reply To: Product Labels
November 27, 2017 at 5:47 pm
#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