Adjust Line Height in Posts?

Posted in: Newspaper
Post count: 10

Hi again. Right now, when I hit RETURN in apost, it leaves a LOT of blank space between paragraphs — maybe 20px or 25px. Where can I adjust this so there’s less space between paragraphs?

Post count: 22421

Hello,

The paragraph spacing is added by default. This can be changed with a css code:
Add this code in the theme panel->custom css box:

.td-post-content p{
margin-bottom: 10px!important;
}

Thank you!

Viewing 2 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic.