Forums

[resolved] Space between paragraphs disappeared (4 posts)

  1. walkinman
    Member
    Posted 2 years ago #

    Hey Folks,

    I've just recently overhauled my site, mainly changing the width from fixed 760px to min. 1000px, fluid. Once I got that done, I tweaked the blog to make it match, and it seems to be OK. I added a 2nd sidebar.

    However, now the text in the body of each post doesn't have a space between each paragraph. I know i had to tweak some of the css to make it work, but I didn't think I did anything that would cause this problem .. well, not a "problem", it just looks bad.

    Does anyone have any idea where to start to bring this back to what it was?

    The site is http://www.alaskanalpinetreks.com/ramblings/ .. I just want the text in each post to go back to having a space between each paragraph.

    Thanks so much.

    Cheers

    Carl

  2. vangrog
    Member
    Posted 2 years ago #

    Even if you haven't edited CSS, you can edit now, and add a bottom margin padding for body, paragraph and anything else you want. Such as

    #content p {
    margin-bottom: 12px;

    Cheers

  3. walkinman
    Member
    Posted 2 years ago #

    Hey vangrog

    Awesome! THanks so much. Fixed it perfectly.

    Cheers

    Carl

  4. vangrog
    Member
    Posted 2 years ago #

    np, cool you got it.. ;o]

    cheers

Topic Closed

This topic has been closed to new replies.

About this Topic