Home Forums Basel support forum Product Labels

Product Labels

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #25632

    johnpapast
    Participant

    Hello,

    How can i set the label new and onsale in different sides each other when the 2 of these are appears?

    Thank you

    #25651

    Artem Temos
    Keymaster

    Hello,

    Could you please provide us a link to your shop page so we can prepare a custom CSS code for you?

    Regards

    #25823

    johnpapast
    Participant
    #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

    #25845

    johnpapast
    Participant

    ok i’ll edit this.

    Thank you

    #25851

    Artem Temos
    Keymaster

    You are welcome!

Viewing 6 posts - 1 through 6 (of 6 total)