Home › Forums › WoodMart support forum › Out of stock product label font adjustment in mobile view › Reply To: Out of stock product label font adjustment in mobile view
November 6, 2023 at 11:06 am
#510122
Aizaz Imtiaz Awan
Keymaster
Hello,
@saledigitalac
Please add this code to the Theme Settings > Custom CSS > Mobile:
.product-labels.labels-rounded .out-of-stock {
max-width: 100px;
}
Best Regards.