trying to make paragraph padding smaller

Posted in: Newspaper
Post count: 9

like the title says i want the passing after paragraphs in post to be smaller, im trying to use
.td-post-content p{
padding-bottom: 0px;
}

but i can only seem to add to it, not remove it?

Post count: 9

seems to have suddenly worked 30 mins later, weird without any caching enabled

Post count: 20688

Hi,

All the post content paragraphs have a default margin bottom of 26px. That code will not change this margin, so there should be no difference after adding it.
A code like this will affect the margin however, in the post pages

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

If you use 0 in it there will be no space below the paragraphs.

Thanks

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