Title: CSS Problem
Last modified: August 30, 2016

---

# CSS Problem

 *  Resolved [mythusmage](https://wordpress.org/support/users/mythusmage/)
 * (@mythusmage)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/css-problem-53/)
 * Theme twenty sixteen
 * Here is the CSS I’m using;
 * p {font-size: 16px;
    line-height: 18px; font-family: Palatino; text-align: justify;
   text-indent: 10px; padding: 0px }
 * Here is the result I’m getting;
 * [Infinite Adventures](http://mythusmage.today/mythus/)
 * Now, how do I get rid of the space between the paragraphs

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

 *  [tylerfugazzie](https://wordpress.org/support/users/tylerfugazzie/)
 * (@tylerfugazzie)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/css-problem-53/#post-6833043)
 * It looks like you resolved the spacing issue but I would do:
 *     ```
       p {
           font-size: 16px;
           line-height: 110%;
           font-family: Palatino;
           text-align: justify;
           text-indent: 10px;
           margin: 0;
       }
       ```
   
 * instead of having two separately defined p elements.
 *  Thread Starter [mythusmage](https://wordpress.org/support/users/mythusmage/)
 * (@mythusmage)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/css-problem-53/#post-6833252)
 * Tyler,
 * I tried that, it didn’t work. For some reason separating the two elements did
   the job. Your suggestion is appreciated though.

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

The topic ‘CSS Problem’ is closed to new replies.

## Tags

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

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 2 replies
 * 2 participants
 * Last reply from: [mythusmage](https://wordpress.org/support/users/mythusmage/)
 * Last activity: [10 years, 4 months ago](https://wordpress.org/support/topic/css-problem-53/#post-6833252)
 * Status: resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
