Home Forums WoodMart support forum sold out in one line

sold out in one line

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #208728

    opticienvp
    Participant

    Hi, when i made the translation of sold out in french it divided it in two lines
    How can i make it in one line?
    Thank you

    Attachments:
    You must be logged in to view attached files.
    #208881

    Hello,

    Please add this code to the Theme Settings > Custom CSS > Global:

    If your label is round use this code:

    body .labels-rounded .out-of-stock {
        max-width: 100px;
        height: 70px;
    }

    If your label is rectangular, use this code:

    body .product-label.out-of-stock {
        max-width: 100px;
    }

    Best Regards

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