Align content when title is too long

Posted in: Newspaper
Post count: 187

Hello,

I would like to know if I can do something (else than cutting the title) to align the pictures in a block when I have articles with titles going on 3 rows next to an article with a title on 2 rows ?

Like here : http://www.screencast.com/t/0lWKgWgBmqnz

Post count: 22421

Hello,

You can limit the title on your block from the theme panel-> excerpts, but unfortunately blocks with titles above images behave like that if the titles do not have the same number of rows.

3 rows http://screencast.com/t/Xf9ND5fp
2 rows http://screencast.com/t/ZdQZfE2hz

Easiest way to make them equal is to have longer titles to fit 2 rows and limit the word count from excerpts http://screencast.com/t/KqdI6oDQXSg7 so the block will always show posts on 2 rows like in our demo: http://demo.tagdiv.com/newspaper/block-6/

Thank you!

Post count: 187

well… that’s not really satisfying…

Post count: 22421

Hi,
As an alternative you could edit these blocks with css to align them, but it would result in too much white space on the module that has just one row of title text:
example:
.td_module_5.td_module_wrap .entry-title{
min-height:75px
}

result: http://screencast.com/t/VLmxCQMKYn4z – images align but title gets white space below to align to the other title that is significantly longer.
This is the problem with using blocks with text above the image. When the text is below the image, images do not get affected by title lengths.
I hope this helps.
Thank you!

Post count: 187

You are right… that’s not really pretty !

Thanks anyway !

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