Very long titles in Block

Posted in: Newspaper
Post count: 64

Hi,

I just realized that my client has title with very long titles and als sometimes very long ONE WORDS,
which basically breaks into the next block title, any ideas how the resolve this?
Here is a screenshot: http://prnt.sc/agvxgh
You cannot see how it breaks into the next post, but you can imagine. And I cannot break the title manually, because the title looks ok in the post, where I have more width.
Thanks!

Post count: 22421

Hello,
Unfortunately our theme does not break words. It will recognize the spaces between the words for the title to add another line. In this case (with long words and omg that is a long one :)) there are 2 options. Either make your client add some hyphens “-” to the long words where he wants them to break, or you could use a css trick like so:
h3 a{
word-break: break-all;
}

But this code will break the word at the letter that is considered to be the last to fit inside the container.
Hope this helps.
Thank you!

Post count: 64

Hi,

the word-break code helped in this, thanks! Breaking with hyphens doesnt work for Block Titles because these titles doesnt need hyphens on their initial page, because its a wider page.
Thanks!

Viewing 3 posts - 1 through 3 (of 3 total)
You must be logged in to reply to this topic.