Align Post Text to the Center

Posted in: Newspaper
Post count: 49

I am running a poetry website and therefore I’d like to know if there is a way to align all the text in the posts automatically to the center. (just the post area and not other custom fields)

Post count: 6600

Hi,

You can use this post text formats on your text: http://screencast.com/t/RqIVVCNU and set it to apply a padding on both sides like in the screen and then increase the padding via css, like this: http://screencast.com/t/GbCzrByhT5

Use this css in theme panel > custom css filed:

.td-post-content.span8 .td-paragraph-padding-1, .column_container.span8 .td-paragraph-padding-1, .mceContentBody-max-width-small .td-paragraph-padding-1 {
padding-left: 30% !important;
padding-right: 30% !important;
}

Hope this helps!

Thanks

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