Title: Spacing p:
Last modified: August 18, 2016

---

# Spacing p:

 *  Resolved [wouwou](https://wordpress.org/support/users/wouwou/)
 * (@wouwou)
 * [19 years, 8 months ago](https://wordpress.org/support/topic/spacing-p/)
 * Ok i’m dazzled. I can’t understand this.
    Here is my problem: [http://www.knus-zaventem.be/help.JPG](http://www.knus-zaventem.be/help.JPG)
   Screenshot of when I am typing a new post. I can’t type without spacing. Someone
   told me to adjust the space through the .css (line-height it hink) but that doesn’t
   fix it entirely. its err, better but messier.
 * Site regarding the prob: [http://www.knus-zaventem.be](http://www.knus-zaventem.be)

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

 *  Thread Starter [wouwou](https://wordpress.org/support/users/wouwou/)
 * (@wouwou)
 * [19 years, 8 months ago](https://wordpress.org/support/topic/spacing-p/#post-447547)
 * Small bump.. been at this problem for days. 🙁
 *  [Doodlebee](https://wordpress.org/support/users/doodlebee/)
 * (@doodlebee)
 * [19 years, 8 months ago](https://wordpress.org/support/topic/spacing-p/#post-447569)
 * Maybe if you made what the problem is a bit clearer? From what I see, whatever
   you’re typing into your editor is what shows up on the site. What do you mean
   by “spacing”…do you mean the line breaks? That’s because WordPress inserts P 
   tags when you start a new paragraph (which is what it *should* do).
 * I don’t understand what the problem is, exactly.
 *  Thread Starter [wouwou](https://wordpress.org/support/users/wouwou/)
 * (@wouwou)
 * [19 years, 8 months ago](https://wordpress.org/support/topic/spacing-p/#post-447571)
 * Well I can’t post lines directly after eachotter.
    Like this:
 * Sentence 1
    Sentence 2
 * instead (as you see on the screen) its
 * Sentence 1
 * Sentence 2
 * As you set in word that after a alinea/sentence/whatever you have 12pt space.
 *  Thread Starter [wouwou](https://wordpress.org/support/users/wouwou/)
 * (@wouwou)
 * [19 years, 8 months ago](https://wordpress.org/support/topic/spacing-p/#post-447580)
 * And I want to write a paragrah like this
 * Adress
    Street Number City
 * But I would get
 * Adress
 * Street Number
 * City
 *  Moderator [Samuel Wood (Otto)](https://wordpress.org/support/users/otto42/)
 * (@otto42)
 * WordPress.org Admin
 * [19 years, 8 months ago](https://wordpress.org/support/topic/spacing-p/#post-447585)
 * Press SHIFT+ENTER at the end of each line to not start a new paragraph.
 *  [Doodlebee](https://wordpress.org/support/users/doodlebee/)
 * (@doodlebee)
 * [19 years, 8 months ago](https://wordpress.org/support/topic/spacing-p/#post-447612)
 * Ahh..I see.
 * Well, you could do what Otto says. Anotehr option (I like giving options!) would
   be to turn off the editor and assign a class to certain paragraphs. So your paragraph
   could stay as it is for regular blocks of text (with a nice space between paragraphs),
   but for stuff like the example above, you could put in a class that would remove
   the space between them.
 * For example:
 * `<p class="single">Address</p>
    <p class="single">Street Number</p> <p class="
   single">City</p>
 * and then in your CSS:
 * p.single {
    line-height:1em; padding:0; margin:0; }
 * Of course, after reviewing all of that, Otto’s thing seems much simpler 😉
 *  [bio](https://wordpress.org/support/users/bio/)
 * (@bio)
 * [19 years, 8 months ago](https://wordpress.org/support/topic/spacing-p/#post-447620)
 * You can also click the “view html” button from the editor and add a single carriage
   return by adding in the `<br />` tag.
 * Thats what I do… it’s quick and easy.

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

The topic ‘Spacing p:’ is closed to new replies.

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 7 replies
 * 4 participants
 * Last reply from: [bio](https://wordpress.org/support/users/bio/)
 * Last activity: [19 years, 8 months ago](https://wordpress.org/support/topic/spacing-p/#post-447620)
 * Status: resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
