How can I enlarge the text area on product labels?
-
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.
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,
Ok thank you it’s working
The topic ‘How can I enlarge the text area on product labels?’ is closed to new replies.