Title: Paragraph spacing
Last modified: August 30, 2016

---

# Paragraph spacing

 *  [Jue](https://wordpress.org/support/users/jue/)
 * (@jue)
 * [10 years, 11 months ago](https://wordpress.org/support/topic/paragraph-spacing-29/)
 * A cracking theme, but just wondering why there is no spacing between paragraphs?
   I have to double space them when writing the article/page.
 * How do I sort this?

Viewing 1 replies (of 1 total)

 *  [Bojan Radonic – WPMU DEV Support](https://wordpress.org/support/users/wpmudev-support4/)
 * (@wpmudev-support4)
 * [10 years, 11 months ago](https://wordpress.org/support/topic/paragraph-spacing-29/#post-6342895)
 * Hey there Jue,
 * How are you doing today?
 * Not sure why there is no space between paragraphs in this theme but you can definitely
   add some with custom CSS. To do that please try adding the following CSS code
   in the style.css file of your [child theme](http://codex.wordpress.org/Child_Themes)
   or add it in your site using the following plugin:
 * [http://wordpress.org/plugins/simple-custom-css](http://wordpress.org/plugins/simple-custom-css)
 *     ```
       .post p, .page p {
         margin-bottom: 20px;
       }
       ```
   
 * This will add 20px margin below each paragraph on your posts and pages. If the
   code doesn’t work please keep it added and let me know so I can take a look 🙂
 * Cheers,
    Bojan

Viewing 1 replies (of 1 total)

The topic ‘Paragraph spacing’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/chiro-pro/1.2/screenshot.jpg)
 * Chiro Pro
 * [Support Threads](https://wordpress.org/support/theme/chiro-pro/)
 * [Active Topics](https://wordpress.org/support/theme/chiro-pro/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/chiro-pro/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/chiro-pro/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [Bojan Radonic – WPMU DEV Support](https://wordpress.org/support/users/wpmudev-support4/)
 * Last activity: [10 years, 11 months ago](https://wordpress.org/support/topic/paragraph-spacing-29/#post-6342895)
 * Status: not resolved