Home Forums WoodMart support forum How to show image for brands filter can you show me Reply To: How to show image for brands filter can you show me

#605038

Luke Nielsen
Keymaster

Hello,

Sorry, it’s not possible to set only the discount to the right position, it’s possible to set all labels to the right, the below code will help you with it:

body .wd-product .product-labels {
    left: auto;
    right: 0;
    padding-right: 5px;
}

As for the label image, the issue in the image itself – https://take.ms/XCDtS as you can see it cut by default.

Kind Regards