Decrease the space between paragraphs in posts

Posted in: Newspaper
Post count: 64

Hello,

How can I decrease the space between paragraphs in posts?

https://www.screencast.com/t/vPOHBy5MgLvX

asd

  • This topic was modified 8 years by raugustox.
Post count: 20688

Hi,

There is a bottom margin below each paragraph, this has a value of 26px
https://www.screencast.com/t/ls9q6uaeCyn
It could be changed with some CSS if needed, a theme option dedicated for this is not available.
This code will modify the margin in every location a paragraph is used

.td-page-content p, .td-post-content p, .wpb_text_column p, .td_block_text_with_title p, .woocommerce #tab-description p, .mce-content-body p {
margin-bottom: 20px;
}

Modify the code with the margin value you want and then enter it in Theme panel->Custom CSS section.

Thanks

Post count: 64

Thanks!!!!!

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