Title: spaces between lines
Last modified: August 19, 2016

---

# spaces between lines

 *  Resolved [alittlestranger](https://wordpress.org/support/users/alittlestranger/)
 * (@alittlestranger)
 * [16 years, 6 months ago](https://wordpress.org/support/topic/spaces-between-lines/)
 * im having trouble formatting my posts – no matter how many spaces between lines
   i leave, all text is always bunched up. I tried adding <p> in between lines in
   the html editor but these are deleted when i press save – what can i do?
 * thanks!

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

 *  [Peter Boosten](https://wordpress.org/support/users/pboosten/)
 * (@pboosten)
 * [16 years, 6 months ago](https://wordpress.org/support/topic/spaces-between-lines/#post-1280292)
 * URL?
 * HTML doesn’t care about spaces and newlines, it always reduces them to one.
 * You have to style that through css, probably add a margin-bottom to your p tag.
 * Peter
 *  Thread Starter [alittlestranger](https://wordpress.org/support/users/alittlestranger/)
 * (@alittlestranger)
 * [16 years, 6 months ago](https://wordpress.org/support/topic/spaces-between-lines/#post-1280293)
 * [http://www.alittlestranger.com/wordpress/](http://www.alittlestranger.com/wordpress/)
 *  [Peter Boosten](https://wordpress.org/support/users/pboosten/)
 * (@pboosten)
 * [16 years, 6 months ago](https://wordpress.org/support/topic/spaces-between-lines/#post-1280294)
 * In your style.css, line 37, change this:
 *     ```
       p {
         font-size:11px;
         margin:0;
         padding:0;
       }
       ```
   
 * into this:
 *     ```
       p {
         font-size:11px;
         margin:0 0 12px;
         padding:0;
       }
       ```
   
 * Peter
 *  [avrohom](https://wordpress.org/support/users/avrohom/)
 * (@avrohom)
 * [16 years, 6 months ago](https://wordpress.org/support/topic/spaces-between-lines/#post-1280306)
 * Another way to add spaces between lines is to add to your HTML code (wherever
   you want extra space):
 * **`<div style="height: 1em; visibility: hidden;">A</div>`**
 * where the ‘1em’ you can change to whatever size you want (including, for example,.
   35em)
 * and ‘A’ can be just any text (which won’t show anyway)
 * Avrohom
    [http://choveveitzion.info/](http://choveveitzion.info/)
 *  Thread Starter [alittlestranger](https://wordpress.org/support/users/alittlestranger/)
 * (@alittlestranger)
 * [16 years, 6 months ago](https://wordpress.org/support/topic/spaces-between-lines/#post-1280481)
 * wonderful, thanks Peter! 😀

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

The topic ‘spaces between lines’ is closed to new replies.

 * 5 replies
 * 3 participants
 * Last reply from: [alittlestranger](https://wordpress.org/support/users/alittlestranger/)
 * Last activity: [16 years, 6 months ago](https://wordpress.org/support/topic/spaces-between-lines/#post-1280481)
 * Status: resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
