Problems with attribute labels (word cut off)
-
Hi
There is a small bug with the attribute labels from the images. It cuts the word in the middle
Attached several example
For example:
VIN DU MONDE : it should either read
VIN DU
MONDE
or
VIN DU MONDE
or
VIN
DU
MONDE
word should not be cut in the middle. HOW CAN THIS BE FIXED???
Thank you for your help.
Attachments:
You must be
logged in to view attached files.
Hello,
I saw the screenshots you attached. Please provide the URL of the website to check it myself and help you out accordingly.
Best Regards.
Hithere
Thanks for your reply
Below are the website links
Hello,
I have visited the URLs you provided. You need to add the following Custom CSS in the Global Custom CSS area under Theme Settings Custom CSS to adjust the appearance of the labels.
.product-labels.labels-rectangular {
max-width: 70%;
}
You can adjust the width according to your needs.
Best Regards.