Viewing 5 replies - 1 through 5 (of 5 total)
  • The P tags are there but the paragraph breaks for FireFox aren’t. This is likely because of the CSS in your theme.

    Thread Starter twigrat

    (@twigrat)

    I was wondering if it might be my CSS. Any suggestions regarding where I should look for the code in my CSS or what I should be looking for?

    Thanks for responding.

    Well, I was going to be a jerk and tell you to do it, but with FireBug this was very easy. You really should install FireBug. All I had to do was hover over the P link to get a full list of it’s CSS properties!

    The problem is with this CSS rule:

    * {
    margin-top: 0;
    }

    When I click the disable/enable icon in FireBug it fixed the problem when I disabled that rule. Here is a screenshot: https://s5.tinypic.com/15zldte.jpg

    Just remember to turn FireBug off when not debugging as it slows down JavaScript.

    Thread Starter twigrat

    (@twigrat)

    kristopher.ives

    YOU ARE THE MAN!!!

    Thank you so much!

    please disregard, I didn’t notice that big huge RESOLVED up there! ?? I’ll start a new thread.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Paragraph breaks disappear in FireFox’ is closed to new replies.