Title: Reduce paragraph spacing
Last modified: August 30, 2016

---

# Reduce paragraph spacing

 *  Resolved [jvj123](https://wordpress.org/support/users/jvj123/)
 * (@jvj123)
 * [10 years, 5 months ago](https://wordpress.org/support/topic/reduce-paragraph-spacing/)
 * Hi
 * I’m trying to reduce the amount of space between paragraphs on my site – specifically,
   this page [http://therealfitnesscoach.co.uk/all-advice-list/r28-real-fitness-plan/](http://therealfitnesscoach.co.uk/all-advice-list/r28-real-fitness-plan/)
 * I’ve tried adding this code to the CSS Stylesheet Editor but no matter what figure
   I put in (1, 100 or 1000) it doesn’t affect the spacing.
 * p {
    margin: 0; padding: 0; }
 * Please can anyone help?
 * thanks
    Dan

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

 *  [codemovement.pk](https://wordpress.org/support/users/codemovementpk/)
 * (@codemovementpk)
 * [10 years, 5 months ago](https://wordpress.org/support/topic/reduce-paragraph-spacing/#post-6848816)
 * Following two classes worked fine in firebug modification
 *     ```
       .post-details .entry-content p {
           margin-bottom: 1.5em;
       }
       p {
           line-height: 1.5;
           margin: 0;
           padding: 0;
       }
       ```
   
 *  Thread Starter [jvj123](https://wordpress.org/support/users/jvj123/)
 * (@jvj123)
 * [10 years, 5 months ago](https://wordpress.org/support/topic/reduce-paragraph-spacing/#post-6848833)
 * Thank you very much codemovement.pk – that has worked perfectly!! 🙂 Much appreciated!

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

The topic ‘Reduce paragraph spacing’ is closed to new replies.

## Tags

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

 * 2 replies
 * 2 participants
 * Last reply from: [jvj123](https://wordpress.org/support/users/jvj123/)
 * Last activity: [10 years, 5 months ago](https://wordpress.org/support/topic/reduce-paragraph-spacing/#post-6848833)
 * Status: resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
