Translated text Sold out exceeds container width
-
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.
Hello,
Can you share the page URL so I can further check on your site and give you a possible CSS code?
Best Regards
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.
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.
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.