Home › Forums › WoodMart support forum › Sold out label Sold out label This topic has 1 reply, 2 voices, and was last updated 3 years, 10 months ago by Elise Noromit. Viewing 2 posts - 1 through 2 (of 2 total) Author Posts October 23, 2021 at 10:55 pm #327204 Esteban ABParticipant When translating ‘Sold Out’ into Spanish, which is ‘Agotado’ the label over the product image becomes narrow. Divides the word into two lines. I share by private the link where it is observed. I ‘d tried … .product-label.out-of-stock { width: 70px; } in theme settings >> custom CSS but doesn’t work. thanks in advance October 24, 2021 at 3:07 pm #327253 Elise NoromitMember Hello, Please add this code to the Theme Settings > Custom CSS > Global: /*product*/ body .product-images .labels-rounded .out-of-stock { min-width: 77px; min-height: 77px; } /*grid*/ body .labels-rounded .out-of-stock { max-width: 79px; font-size: 12px; } Best Regards Author Posts Viewing 2 posts - 1 through 2 (of 2 total) You must be logged in to create new topics. Login / Register