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 2 posts - 1 through 2 (of 2 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
    Keymaster

    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,

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