• For some reason all of my paragraph formatting on every post and page has stopped working today. It was working fine, but now everything is squashed together. I’ve tried manually adding <p> </p> and all sorts and nothing seems to work. Plus I don’t want to have to manually edit every post to fix the problem.

    I’m using the Juggernaut theme and the site is quite new so I was tweaking lots of bits and pieces when it stopped working. I don’t know precisely what I was changing when it broke though, I just noticed it today.

    If anyone can help me I will be eternally grateful.

    Thanks!!

Viewing 4 replies - 1 through 4 (of 4 total)
  • One of the only ways it would have “changed” on EVERY page is if you edited your CSS file. There should be no need with the html editor to have to use <p> and </p>. These are automatically placed by WP when you skip a line(not “start” a new line by pressing enter, “skip” a full line).

    Same thing happened to me. I changed the CSS

    p 	{
    	padding: 7px;
    	}

    and all the older posts went back with line breaks in them. HTH ??

    Thread Starter dave_or_did

    (@dave_or_did)

    Great, although I haven’t been messing with the CSS myself. There have been a couple of us working on it though, so who knows.

    Does it matter where you put this code in the style css though? I’m fairly new to all this although I used to do programming when I was younger.

    Thread Starter dave_or_did

    (@dave_or_did)

    I went ahead and tried it anyway and it worked!

    Thanks a lot cindyp you’re a lifesaver!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Paragraph Formatting Stopped Working’ is closed to new replies.