Title: Adding Two Extra Spaces Between Paragraphs
Last modified: August 31, 2016

---

# Adding Two Extra Spaces Between Paragraphs

 *  [jvansiclen2](https://wordpress.org/support/users/jvansiclen2/)
 * (@jvansiclen2)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/adding-two-extra-spaces-between-paragraphs/)
 * Hi all –
 * I know this has been covered, but the solutions that I could find in other posts
   did not work for me! I was able to get one space, but the HTML code is now a 
   mess because the traditional tricks weren’t working so I kind of hacked it. Here
   is what the code looks like:
 *  
    <h1 style=”text-align: center;”>Header 1 Text</h1>   <h5 style=”text-align:
   center;”>Sub-Header Text</h5>   <h1 style=”text-align: center;”></h1>   <h1 style
   =”text-align: center;”>Header 2 Text</h1>
 * I’m looking to get an extra space in between “sub header text” and “Header 2 
   Text”
 * You’ll see things look a little cramped on my site: earnsmartdeals.com/blog
 * Thanks for any help!

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

 *  anonymized-13749270
 * (@anonymized-13749270)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/adding-two-extra-spaces-between-paragraphs/#post-7085163)
 * You could try an empty paragraph `<p></p>` or better `<p>&nbsp;</p>` or some 
   CSS tweak..
 *     ```
       <h5 style="text-align: center;">Sub-Header Text</h5>
   
       <p>&nbsp;</p>
   
       <h1 style="text-align: center;">Header 2 Text</h1>
       ```
   
 *  Thread Starter [jvansiclen2](https://wordpress.org/support/users/jvansiclen2/)
 * (@jvansiclen2)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/adding-two-extra-spaces-between-paragraphs/#post-7085169)
 * Unfortunately that doesn’t work, it actually removes the single space I was able
   to get with my fix
 *  [Raven Rodriguez](https://wordpress.org/support/users/h33domareres/)
 * (@h33domareres)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/adding-two-extra-spaces-between-paragraphs/#post-7085180)
 * Istead of this: <h1 style=”text-align: center;”></h1>
    put some “div” and set
   height value. That should work.
 *  [Raven Rodriguez](https://wordpress.org/support/users/h33domareres/)
 * (@h33domareres)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/adding-two-extra-spaces-between-paragraphs/#post-7085181)
 * BTW, so simply break line tag doesn’t work ?
 *  Thread Starter [jvansiclen2](https://wordpress.org/support/users/jvansiclen2/)
 * (@jvansiclen2)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/adding-two-extra-spaces-between-paragraphs/#post-7085425)
 * Sorry for the delayed response – that’s correct. The break line tag unfortunately
   is not working

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

The topic ‘Adding Two Extra Spaces Between Paragraphs’ is closed to new replies.

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 5 replies
 * 3 participants
 * Last reply from: [jvansiclen2](https://wordpress.org/support/users/jvansiclen2/)
 * Last activity: [10 years, 2 months ago](https://wordpress.org/support/topic/adding-two-extra-spaces-between-paragraphs/#post-7085425)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
