Product label not resposive
-
I want to ask about the product label in the Frequently Bought Together section, why is it unresponsive and I use 5 columns for the one in the image below
Attachments:
You must be
logged in to view attached files.
Hello,
Please try using the below Custom CSS code and paste it to Dashboard >> Theme Settings >> Custom CSS >> Global CSS section:
.labels-rectangular .product-label { padding: 5px 8px !important; }
And paste this CSS under the Dashboard >> Theme Settings >> Custom CSS >> Custom CSS for mobile:
.labels-rectangular .product-label { padding: 5px 5px !important; }
Then check back the Label again. Hopefully, it will appear fine by then.
Best Regards