Title: New line problem
Last modified: August 21, 2016

---

# New line problem

 *  Resolved [seqizz](https://wordpress.org/support/users/seqizz/)
 * (@seqizz)
 * [11 years, 12 months ago](https://wordpress.org/support/topic/new-line-problem/)
 * Hi,
 * Infinity has a small “line gap” problem.
 * I don’t know how to explain. So check this example:
 * Here is infinity version of a text: [http://i.imgur.com/5W3ySzT.png](http://i.imgur.com/5W3ySzT.png)
 * Here is the same text with different theme: [http://i.imgur.com/O9REeqT.png](http://i.imgur.com/O9REeqT.png)
 * //edit: I have to press enter two times to make text go down a bit.
 * Is there a workaround for this glitch?

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

 *  [CrouchingBruin](https://wordpress.org/support/users/crouchingbruin/)
 * (@crouchingbruin)
 * [11 years, 12 months ago](https://wordpress.org/support/topic/new-line-problem/#post-5009692)
 * It’s not really a “glitch,” but a matter of styling. Different themes will style
   their paragraphs differently, including how much spacing to put after their paragraphs.
   With Infinity, the CSS rule which defines the styling of paragraphs is this:
 *     ```
       p {
         line-height: 22px;
         margin: 0 0 22px 0;
       }
       ```
   
 * So there is 22px of spacing after each paragraph (the third value for **margin**
   determines how much space goes at the bottom). To change the value, you can install
   a CSS plugin like [Custom CSS Manager](http://wordpress.org/plugins/custom-css-manager-plugin/),
   or use the Custom CSS option in JetPack if you have that installed. Then add 
   a rule like this:
 *     ```
       p {
          margin-bottom: 26px;
       }
       ```
   
 * Set the value to whatever suits you. And don’t add multiple line feeds (paragraph
   breaks) to change the spacing, that’s not the way web elements should be positioned.
 *  Thread Starter [seqizz](https://wordpress.org/support/users/seqizz/)
 * (@seqizz)
 * [11 years, 12 months ago](https://wordpress.org/support/topic/new-line-problem/#post-5009709)
 * Thanks.
 * Seems like one of my plugins was involving about p.

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

The topic ‘New line problem’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/infinity/1.2/screenshot.png)
 * Infinity
 * [Support Threads](https://wordpress.org/support/theme/infinity/)
 * [Active Topics](https://wordpress.org/support/theme/infinity/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/infinity/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/infinity/reviews/)

## Tags

 * [newline](https://wordpress.org/support/topic-tag/newline/)

 * 2 replies
 * 2 participants
 * Last reply from: [seqizz](https://wordpress.org/support/users/seqizz/)
 * Last activity: [11 years, 12 months ago](https://wordpress.org/support/topic/new-line-problem/#post-5009709)
 * Status: resolved