Home Forums WoodMart support forum Translated text Sold out exceeds container width

Translated text Sold out exceeds container width

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

    agentiaclickclick
    Participant

    Hi,

    As you can see in the attached screenshot, the translated text is longer than the allocated space.

    Could you please let me know where I can adjust the width or settings for this element so the translated text fits properly?

    Thank you!

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

    Aizaz Imtiaz Awan
    Keymaster
    Xtemos team

    Hello,

    Can you share the page URL so I can further check on your site and give you a possible CSS code?

    Best Regards

    #725806

    agentiaclickclick
    Participant

    link in private

    #725821

    Aizaz Imtiaz Awan
    Keymaster
    Xtemos team

    Hello,

    Please use the custom CSS code below and paste it to Theme Settings >> Custom CSS >> Global CSS section:

    .product-label.wd-shape-round.out-of-stock {
        max-width: max-content;
    }

    Best Regards.

    #725873

    agentiaclickclick
    Participant

    Doesn’t work. Is there any option to change the round shape? Maybe this is the reason

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

    Aizaz Imtiaz Awan
    Keymaster
    Xtemos team

    Hello,

    Please use the custom CSS code below and paste it into Theme Settings >> Custom CSS >> Global CSS section:

    .product-label.wd-shape-round.out-of-stock {
        max-width: max-content !important;
    }

    If the issue remains, share the WP login details so I will further check your site and give you a possible solution.

    Best Regards.

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