• Resolved marklaroi

    (@marklaroi)


    I wonder if I can get in on this conversation rather than start a whole new thread. I’m having the same problem but nothing I try seems to work. I’m not great with code but I’ve tried the common stuff ( <P> and so on) and nothing has worked.

    My old WP blog, which I had for a few years, never had this issue so I guess it could be the theme. It’s https://marklaroi.com/blog/ and if anybody could help I’d be very appreciative.

    If it does turn out I should use Firebug, what is it and where would I find it?

    Thank you for any help.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi

    There is no bottom margin set on your <p>’s in your CSS

    Near line 46 in style.css, add the line margin-bottom:10px; as I have below

    entry p {
      font-size:1.05em;
      margin-bottom:10px;
    }

    I did locate this problem using Firebug, which is indispensable for debugging CSS. Its a Firefox extension – Google for it.

    Thread Starter marklaroi

    (@marklaroi)

    That did it! Thank you so much stvwlf. Every time I set up a new blog I go through this, I learn how the stuff works (Which I originally did just by setting up a free blog and going by trial and error to see what happened) but of course once it’s up and running and I focus on the content rather than the structure I forget how it all works.

    I’ll get that Firebug extension. I love Firefox but I forget sometimes just how many great extensions they have.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘No paragraph breaks’ is closed to new replies.