Space removed between paragraphs

Posted in: Newspaper
Post count: 7

Since updating my theme recently for whatever reason the space between paragraph one and two is removed turning it into one block. Is there a fix for this? It looks ridiculous. :/

Post count: 20685

Hi,

Please provide a link to your website where this is happening or some examples, so we can inspect the issue.

Thanks

Post count: 7

http://www.bramptonist.com

The issue is happening on all internal posts.

Post count: 20685

Hi,

This is an unusual issue. I could give you a code that will fix this problem for all the posts, like this
https://www.screencast.com/t/usVE8dtW
Enter this code in Theme panel->Custom CSS section

.td-post-content #fb-root+p {
margin-bottom: 26px;
}

Thanks

Post count: 11

Hi,

I had the same problem and used your Custom CSS to fix it. But I would like to know, why “.td-post-content #fb-root+p” is in the themes style.css?

Better solution would be removing it from the css, because that “fix” causes text to move after pageloading, which could be anoying to some readers.

Jukka

Post count: 20685

Hi,

@Jukka Mykkanen I am sure there is a reason for that code to exist in the theme stylesheet, I will pass this along to the developer team and they will take la look. The issue above is quite rare, so that would mean it only happens is particular circumstances. Sorry for the inconvenience.

Thank you!

Viewing 6 posts - 1 through 6 (of 6 total)
You must be logged in to reply to this topic.