Home Forums WoodMart support forum How can i add an line break for product title

How can i add an line break for product title

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

    Vincentesa
    Participant

    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

    #80771

    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

    #80795

    Vincentesa
    Participant

    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

    #80811

    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

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