White Space Between Post Paragraphs

Posted in: Newspaper
Post count: 25

Hi!

I’d like to add custom css to create white space between the paragraphs in posts. Is this possible and what would be an example code for it?

Post count: 7909

Hi,

You can try this custom css in Theme Panel > Custom Css and ajust margin’s value how you wish: http://screencast.com/t/CfAP5qdh

.post p {
margin-bottom: 30px;
}

Thanks!

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