Home Forums WoodMart support forum Problems with attribute labels (word cut off)

Problems with attribute labels (word cut off)

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #183705

    DavidP2020
    Participant

    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.
    #183747

    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.

    #183888

    DavidP2020
    Participant

    Hithere
    Thanks for your reply
    Below are the website links

    #183974

    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.

Viewing 4 posts - 1 through 4 (of 4 total)