Home › Forums › WoodMart support forum › шрифты › Reply To: шрифты
October 26, 2019 at 11:06 am
#152545

Aizaz Imtiaz Awan
Keymaster
Hello,
I have seen your screenshot. You are pointing out the attribute labels which are shown over the product image.
To display the attribute label in one line you need to increase the width of the label. You can use the below CSS code in Theme Settings >> Custom CSS >> Global Custom CSS:
.product-label.attribute-label:not(.label-with-img){
width:300px;
}
Best Regards.