Attribute label custome position
-
Hello,
I have turned on the “Show attribute label on products” in the brands attribute, but if a product has both a sale and a new label, there are many labels stacked under each other. Is it possible to position the brand label to the right side?
Thanks,
Hello,
Please add this code to the Theme Settings > Custom CSS > Global:
.product-label.attribute-label:not(.label-with-img) {
left: 173px;
position: relative;
top: 68px;
}
Best Regards.