Increase the distance between paragraphs in a numbered list

Posted in: Newspaper
Post count: 1341

Hi!

How to increase the distance between paragraphs in a Numbered and Bullet List?

Example:

Thank you!

Post count: 22421

Hello Edward,

You can try a little css trick to increase the padding between elements. Try this code:
.single-post .td-post-content ul li, .single-post .td-post-content ol li{
padding-bottom:5px;
}

Thanks.

Post count: 1341

Perfect! Thank you!

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