No line break between first and second paragraph in posts

Posted in: Newspaper
Post count: 8

Hi – small niggle, but in every article, within the Newspaper theme, there is no line break displayed on screen to separate the first and second paragraphs of any post. The following paragraphs display fine, line breaks between them as you might expect. is there some css twist I could do to fix this?

here is an example:
http://oneurope.co.uk/contests/2018/eurovision-reference-group-meet-not-a-lot-to-report-but/

  • This topic was modified 8 years by escol.
Post count: 1043

Paste this code in your custom css section.
.td-post-content #fb-root + p {
margin-bottom: 26px;
}

Post count: 8

Thanks, that’s brilliant, works like a dream

Post count: 1043

You are welcome.

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