Home › Forums › WoodMart support forum › Label text length › Reply To: Label text length
April 14, 2021 at 7:01 am
#282633
Aizaz Imtiaz Awan
Keymaster
Hello,
If we try to restrict the length then the label could cut off. So please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.
.labels-rectangular .product-label {
width: 100px;
}
This will increase the width of the label to fit the text in one line.
Regards.
Xtemos Studios