Home Forums WoodMart support forum How can I enlarge the text area on product labels?

How can I enlarge the text area on product labels?

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #627905

    Enzo
    Participant

    Hello,

    On my products, the wording “En rupture de stock” takes up too much space in width, so it puts a letter on the line.

    How can I increase the width so that everything fits on one line? Or, how can I edit the label to remove “En”, so that everything fits in the default space?

    Attachments:
    You must be logged in to view attached files.
    #628193

    Hung Pham
    Participant

    Hi Enzo,

    Thanks for reaching to us.

    Please add below Custom CSS code to Theme Settings > Custom CSS > Global custom CSS

    div.product-labels{
    	max-width: 80%;
    }

    Regards,

    #634023

    Enzo
    Participant

    Ok thank you it’s working

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

The topic ‘How can I enlarge the text area on product labels?’ is closed to new replies.