Title: Firefox Bug
Last modified: August 19, 2016

---

# Firefox Bug

 *  [timwiseman](https://wordpress.org/support/users/timwiseman/)
 * (@timwiseman)
 * [16 years, 2 months ago](https://wordpress.org/support/topic/firefox-bug-1/)
 * I am having trouble with the first paragraph in pages like [this one](http://www.babcox.com/site/our-brands/aftermarketnews/)…
   but only in the most recent version of Firefox.
 * The first paragraph doesn’t have a clean break to the next. In shows up great
   in Safari, IE, etc. Is this a know issue, I have tried tweaking the CSS quite
   a bit. So now, I am asking here. I appreciate your help and advice!
 * Thanks,
 * Tim

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

 *  [esmi](https://wordpress.org/support/users/esmi/)
 * (@esmi)
 * [16 years, 2 months ago](https://wordpress.org/support/topic/firefox-bug-1/#post-1472575)
 * Your first ‘paragraph’ doesn’t actually have any `<p></p>` tags but this is being
   compounded by your theme’s stylesheet which has removed the default margins from`
   <p></p>` tags. Try changing:
 *     ```
       p {
       color:#333333;
       line-height:18px;
       padding-bottom:10px;
       }
       ```
   
 * to:
 *     ```
       p {
       color:#333333;
       line-height:18px;
       margin:1em auto;
       }
       ```
   
 * in style.css
 *  Thread Starter [timwiseman](https://wordpress.org/support/users/timwiseman/)
 * (@timwiseman)
 * [16 years, 2 months ago](https://wordpress.org/support/topic/firefox-bug-1/#post-1472590)
 * Perfect. Thanks!
 * Tim

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

The topic ‘Firefox Bug’ is closed to new replies.

## Tags

 * [css](https://wordpress.org/support/topic-tag/css/)
 * [Firefox](https://wordpress.org/support/topic-tag/firefox/)
 * [paragraph](https://wordpress.org/support/topic-tag/paragraph/)

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 2 replies
 * 2 participants
 * Last reply from: [timwiseman](https://wordpress.org/support/users/timwiseman/)
 * Last activity: [16 years, 2 months ago](https://wordpress.org/support/topic/firefox-bug-1/#post-1472590)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
