Home Forums WoodMart support forum Sold Out – Label

Sold Out – Label

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

    WoodyP
    Participant

    Hello,
    on the product page the “Sold Out” label is broken.
    Can you please correct it so that the word doesn’t get broken but just wraps.
    Thank you

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

    Hello,

    Please share the WP admin login details of your site and product page URL so I will check and solve the issue on the site.

    Best Regards.

    #426756

    WoodyP
    Participant

    Hello,
    I have only activated the product page for viewing.
    The site is currently under construction.
    Thank you

    #426954

    Hello,

    Please try using the below Custom CSS code and paste it to Dashboard >> Theme Settings >> Custom CSS >> Global CSS section:

    .labels-rounded .out-of-stock { max-width: max-content !important; }

    Hope this works out for you !

    Best Regards

    #427640

    WoodyP
    Participant

    Hello,
    yes it works, but it stretches the circle.

    Instead, I would like the word to wrap, completely unbroken, so the circle would remain perfect.
    Thank you

    #427720

    Hello,

    Sorry to say but the thing is, here with the word there is a less margin available to adjust the word with the circle shaped.

    So, for the best possible in this regard with the Circle remain in its original position, you can ignore our previous sent Custom CSS and try this modified one:

    .labels-rounded .out-of-stock { min-width: auto !important; min-height: 50px !important; }

    This would be the result with this: https://snipboard.io/DV4CkU.jpg

    Best Regards

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