Header/title crosses over sidebar

Posted in: Newspaper
Post count: 51

Hi guys,

I have a question. My homepage is setup with a content block to the left – in which blogposts are shown – and a sidebar to the right.
However now the title of some blogs crosses over the sidebar content.
How do i make this right, so that no content falls out of the margins?

Example 1

Example 2

Post count: 20688

Hi,

That seems to be a very long word, it cannot be broken in a second line. It could be forced to break.
It would be useful if you could provide a link to your website for a more accurate solution. Try a code like this in the meantime and see if it works

.td-module-title {
word-wrap: break-word;
}

Enter it in Theme panel->Custom CSS section.

Viewing 2 posts - 1 through 2 (of 2 total)
The forum ‘Newspaper’ is closed to new topics and replies.