• Resolved chiknpa1

    (@chiknpa1)


    I’m sorry guys and gals – I know this topic has been covered a zillion times. I have finally fixed most of the formattign on my page, but I still cannot, for the life of me, figure out how to get spacing in between paragraphs in the POSTS.

    I tried a 20px bottom padding on my “content left” section, which is where, if I change font sizes and colors, it reflects that on post pages.

    what am I missing??

    here’s an individual post page:

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter chiknpa1

    (@chiknpa1)

    sorry – here’s the link: individual post

    It’s not very pretty, but I make spacers as such: in your post, put
    <p class="spacer" /> (or spacer2 or spacer3) after a paragraph, and in your style.css:

    .spacer
    {
    margin: 10px 0 0 0px;
    }
    
    .spacer2
    {
    margin: 20px 0 0 0;
    }
    
    .spacer3
    {
    margin: 30px 0 0 0;
    }
    Thread Starter chiknpa1

    (@chiknpa1)

    wow – really? that’s the only way to do it? why does wordpress have this problem? even blogger got the spacing right!

    so that’s something you do for every single post?

    You can add a margin to your plain “p” calls in style.css. I just do it that way.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘spacing between paragraphs’ is closed to new replies.