Title: css formating
Last modified: August 22, 2016

---

# css formating

 *  Resolved [ktlonergan](https://wordpress.org/support/users/ktlonergan/)
 * (@ktlonergan)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/css-formating/)
 * hi – I am trying to simply add spaces between bullet points on pages and posts
   using the CSS style sheet on our site [ here ](http://www-pmis-consulting.com)–
   I am not a WP person or a programmer but it seems to me it should be a fairly
   simple matter – I’ve found a couple of suggestions to add to the CSS and tried
   these and they did not work – any suggestions would be greatly appreciated – 
   many thanks.

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

 *  [Andrew Nevins](https://wordpress.org/support/users/anevins/)
 * (@anevins)
 * WCLDN 2018 Contributor | Volunteer support
 * [11 years, 3 months ago](https://wordpress.org/support/topic/css-formating/#post-5771619)
 * Can you link to a page or post with an example of these bullet points?
 *  Thread Starter [ktlonergan](https://wordpress.org/support/users/ktlonergan/)
 * (@ktlonergan)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/css-formating/#post-5771622)
 * Hi Andrew – example page here: [http://www.pmis-consulting.com/articles/](http://www.pmis-consulting.com/articles/)
 * many thanks
 *  [Andrew Nevins](https://wordpress.org/support/users/anevins/)
 * (@anevins)
 * WCLDN 2018 Contributor | Volunteer support
 * [11 years, 3 months ago](https://wordpress.org/support/topic/css-formating/#post-5771624)
 * Try adding this to the bottom of your Child Theme style.css file:
 *     ```
       .hentry li {
           margin-top: 10px;
           margin-bottom: 10px;
       }
       ```
   
 * _(px represents pixels)_
 *  Thread Starter [ktlonergan](https://wordpress.org/support/users/ktlonergan/)
 * (@ktlonergan)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/css-formating/#post-5771626)
 * have done that – the following is what I have now and nothing has happened? maybe
   my use of syntax is wrong?
 * }
    .custom-title-area{height:200px;} } [@media](https://wordpress.org/support/users/media/)
   all and (max-width: 960px){ .ls-layer h1 span { left: 50% !important; width: 
   100% !important; } .hentry li { margin-top: 10px; margin-bottom: 10px; } }
 *  [Andrew Nevins](https://wordpress.org/support/users/anevins/)
 * (@anevins)
 * WCLDN 2018 Contributor | Volunteer support
 * [11 years, 3 months ago](https://wordpress.org/support/topic/css-formating/#post-5771628)
 * It needs to be right at the bottom and below the last bracket (“}”).
 *  Thread Starter [ktlonergan](https://wordpress.org/support/users/ktlonergan/)
 * (@ktlonergan)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/css-formating/#post-5771633)
 * worked! really much appreciated – I did not want to have to use a plugin for 
   such a simple thing (when you know what to do ) many thanks 🙂

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

The topic ‘css formating’ is closed to new replies.

 * 6 replies
 * 2 participants
 * Last reply from: [ktlonergan](https://wordpress.org/support/users/ktlonergan/)
 * Last activity: [11 years, 3 months ago](https://wordpress.org/support/topic/css-formating/#post-5771633)
 * Status: resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
