How can i add an line break for product title
-
Hello, is there an way how i can add an line break for all product titles? Now i use <br>. The problems is that sometimes the code het lost. Is there an solution for this?
Greets,
Vincent
Hello,
<br>
tag is not supported in the product title. You can consider changing word-wrap
https://www.w3schools.com/cssref/css3_pr_word-wrap.asp
Best Regards
Ok, But can you help me how i can use this?
For example.
Adalia water pipe ”break line” nr 30.
What will be the code to het this to work?
greets,
Vincent
Hello,
This property is applied globally and allows to break words. In any case, you can not break the line in the place you want it will be broken automatically depending on the width of the element.
When you have the long title it will be displayed in two lines. Short title as you provide as the sample would not be broken.
Best Regards