• Hi there,

    My homepage posts are not displaying paragraphs correctly.. they are simply showing the text as one whole block instead of adding space under each paragraph. However, the inside posts are correctly showing.

    This is my post css:

    .entry p {
    display:inline;
    font-size:13px;
    line-height:22px;
    margin: 0px;
    margin-bottom: 1.4em;
    }

    Any ideas?

Viewing 1 replies (of 1 total)
  • I haven’t seen the .entry class before (though I could have missed it). try changing it to .post p {CSS} or just apply the CSS to the p tag.

Viewing 1 replies (of 1 total)
  • The topic ‘homepage post paragraphs not displaying space underneath’ is closed to new replies.