Home › Forums › WoodMart support forum › Attribute tags are not responsive? › Reply To: Attribute tags are not responsive?
May 11, 2020 at 6:14 am
#193979
Aizaz Imtiaz Awan
Keymaster
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.