Editing a Block text

Posted in: Newspaper
Post count: 28

Hello. My page, a photography site, uses now two Block 16 in the front page (www.photocommand.com). I want to edit/justify the text excerpt (I would like to have them all justified and occupying all the available space – both horizontally and vertically). Is it possible? Thank you.

Post count: 6535

Hi

Try this css in theme panel > custom code > custom css: http://screencast.com/t/pzLYmWBvRu

.td_block_16 .td-excerpt{
text-align: justify;
}

Thanks!

Post count: 28

Thank you very much. It works! Do you know why some text excerpts gets only 3 lines while others have 4? Is there a way to make it use, always, all the available space? Thank you.

Post count: 7909

Hi,

Using the theme option to set excerpt length, it will count the words and display as you have set on Theme Panel, but you cannot control the length of the words, so some words may contain many letters than others. It would be difficult to have the excerpts at the same lines.
If you test this on a word counter you will see that the words number is the same, but it is different characters number.

Thanks!

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