• For some reason my blog is not spacing my paragraphs at all. There is no space between each individual paragraph in the post. I tried using a
    tag to force spacing and it still didn’t work.

    Does anyone have any ideas why this is happening?

    You can view the blog at https://www.wickedpissadude.com/blog_tumw/

    Thanks.
    Adam

Viewing 2 replies - 1 through 2 (of 2 total)
  • style.css (line 22)
    
    p {
    margin:0px;
    padding:0px;
    text-align:justify;
    }

    That’s why there is no spacing.

    Thread Starter adamj3333

    (@adamj3333)

    tug…thanks so much. That quickly fixed it. Now I am having the same spacing issue with my excerpt on my homepage. Any ideas?

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Spacing Issue On My Blog’ is closed to new replies.