• Resolved nicolasbassand

    (@nicolasbassand)


    Hello,

    When displaying recents articles on the sidebar on the right of the page, the articles that have long titles have a text break to separate words and return to the line. Is it possible to avoid that and keep entire words?

    Thank you for your help,

    Nicolas

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Moderator Jan Dembowski

    (@jdembowski)

    Forum Moderator and Brute Squad

    Side note: Please just use the link field. When you also paste the link in your post needlessly you come across like a spammer.

    Thread Starter nicolasbassand

    (@nicolasbassand)

    Hi Jan,

    Thank you for the advice: I edited the post accordingly.

    Best,

    Nicolas

    custom css:

    .rpwe-title {
      -ms-word-wrap: normal;
      word-wrap: normal;
      -webkit-hyphens: none;
      -ms-hyphens: none;
      hyphens: none;
    }
    Thread Starter nicolasbassand

    (@nicolasbassand)

    Hello Radektj,

    Thank you a lot for the CSS code. It works great!

    Nicolas

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Avoid text break’ is closed to new replies.