'margin-bottom' appear different on some posts but same font and sizes?

Posted in: Newspaper
Post count: 181

Hello,

My ‘margin-bottom’ css spacing looks different on some posts than others.

Each post has the same css styling, and i haven’t added anything on the individual posts either, but the spacing between paragraphs look different.

My default css for spacing:

.post p {
margin-bottom: 23px;
}

I’ll provide links privately for the pages involved, so let me know if you want to look.

Thank you! 🙂

Post count: 181

I’ve found out it happens when you change the post to ‘video’ format (where it displays a play button).

Any solutions?

Post count: 7909

Hi,

When the video format is used it is apply some padding top to paragraph, please try this custom css: http://screencast.com/t/VHle7f1d3

.format-video p {
padding-top: 0px !important;
}
.format-video .td-post-text-content {
padding-top: 11px !important;
}

Hope this helps!

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