Home Forums WoodMart support forum Attribute tags are not responsive? Reply To: Attribute tags are not responsive?

#193979

Hello,

I saw the screenshot you attached and visited your website.

Please add the following Custom CSS in the Custom CSS for Mobile area under Theme Settings >> Custom CSS.

.product-label.attribute-label:not(.label-with-img) {
width: 118px;
}

You can adjust the width according to your need.

If you want to hide it for mobile then you need to add the following Custom CSS in the Custom CSS for Mobile area under Theme Settings >> Custom CSS.

.product-label.attribute-label:not(.label-with-img) {
display: none;
}

Best Regards.