Title: Adding space between bullet points
Last modified: August 22, 2016

---

# Adding space between bullet points

 *  [jadmac](https://wordpress.org/support/users/jadmac/)
 * (@jadmac)
 * [11 years, 6 months ago](https://wordpress.org/support/topic/adding-space-between-bullet-points/)
 * Is there a CSS code I can use to add more space between bullet points, as they
   are way too close and it’s making the text to difficult to read….

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

 *  [Senff – a11n](https://wordpress.org/support/users/senff/)
 * (@senff)
 * [11 years, 6 months ago](https://wordpress.org/support/topic/adding-space-between-bullet-points/#post-5493398)
 * Yes there is, but it depends on your code/site/theme. A very basic way is this,
   but it will impact **ALL** bullet points throughout your site:
 *     ```
       li {
           margin-bottom:10px;
       }
       ```
   
 * To limit it to just your content, we’d need to see your site to figure out the
   proper CSS selector.
 *  Thread Starter [jadmac](https://wordpress.org/support/users/jadmac/)
 * (@jadmac)
 * [11 years, 6 months ago](https://wordpress.org/support/topic/adding-space-between-bullet-points/#post-5493404)
 * Hi, that worked, however it also puts transparent spaces between my drop down
   menu categories. Do you know how I can prevent this?
 *  [Senff – a11n](https://wordpress.org/support/users/senff/)
 * (@senff)
 * [11 years, 6 months ago](https://wordpress.org/support/topic/adding-space-between-bullet-points/#post-5493547)
 * We’d need to see your site to be able to help you any further, since we don’t
   know what classnames your menu uses.
 *  Thread Starter [jadmac](https://wordpress.org/support/users/jadmac/)
 * (@jadmac)
 * [11 years, 6 months ago](https://wordpress.org/support/topic/adding-space-between-bullet-points/#post-5493676)
 * moneysavingbible .com

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

The topic ‘Adding space between bullet points’ is closed to new replies.

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 4 replies
 * 2 participants
 * Last reply from: [jadmac](https://wordpress.org/support/users/jadmac/)
 * Last activity: [11 years, 6 months ago](https://wordpress.org/support/topic/adding-space-between-bullet-points/#post-5493676)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
