Writing Width

Posted in: Newspaper
Post count: 12

Hi there, is it possible to condense how much text there is per row without altering the size of the text? Ideally I would like the text to align with edge of the image

 photo ColumnWidth_zps1fepuyde.png

Post count: 23312

Hello OllieConnolly,

I have checked your website and below I gave you an example on how you can make to align your p content. Please try the code below and add it in Theme panel->Custom CSS area.

Please notice that this method works if you do not have any elements into your paragraph, besides text.

.td-post-content p {
padding-right: 100px;
}

The result you should see here -> http://screencast.com/t/IllewBTaKOZ

Hope this helps and let us know how it goes!

Thank you for the message!

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