Home Forums WoodMart support forum Label text length Reply To: Label text length

#282633

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