Spacing issue in posts

Posted in: Newspaper
Post count: 2

Hi,

We’re currently having an issue on our site where the first paragraph and the second paragraph of every post does not have a normal line break between them. Here’s an example: http://www.fouroverfour.jukely.com/culture/electronic-music-genres/

Is there some way we can adjust the post template so there is a regular break between those paragraphs?

Thanks!

Post count: 22421

Hello,

This issue happens because all your posts have an empty div with a FB id. https://www.screencast.com/t/aZ52OA9c5Jj
There is a css in our theme regarding that id that fixed a margin issue for facebook videos, but it seems the fb-root class is used in other places as well.
It could be a plugin that adds the div with the specific class to your posts.
You can use this quick fix for now:
*add this code in your theme panel custom code section:

.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: 26px!important;
}

Thank you!

Post count: 2

Thank you so much, the fix worked! We’ll investigate the root cause though with the empty div tag.

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