Post Margin

Posted in: Newspaper
Post count: 11

Hello,

I was wonder is it possible to alter my post margins, so that it can look more similar to this: http://www.hollywoodreporter.com/features/stan-lee-reflects-his-successes-912577

website: blacksheephtx.com

Post count: 22421

Hello,

You can do that by adding padding left and right to your post content inside the post itself by creating a new css class and setting the padding for it like so:
.paragraph-custom {
display: block;
padding-left: 10%;
padding-right: 10%;
}

Add this code in the theme panel-> custom css code and then place your post content inside a div with this class assigned to it like so: http://screencast.com/t/Jgc07K32
This has to be done in text mode in the mce editor.

Thank you!

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