Home Forums WoodMart support forum шрифты Reply To: шрифты

#152545

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.