Title: Space between bullets
Last modified: August 28, 2022

---

# Space between bullets

 *  [jane20906](https://wordpress.org/support/users/jane20906/)
 * (@jane20906)
 * [3 years, 9 months ago](https://wordpress.org/support/topic/space-between-bullets-2/)
 * I use GeneratePress. In edit, I added a space between bullets in a list and everything
   looked perfect and then I clicked update. When I went back into my website, the
   space between the bullets disappeared and the lines were stacked without spaces.
   What is the fix for this? Thank you.

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

 *  [ying](https://wordpress.org/support/users/yingscarlett/)
 * (@yingscarlett)
 * [3 years, 9 months ago](https://wordpress.org/support/topic/space-between-bullets-2/#post-15957578)
 * Can you link us to your site and point us to the list?
 * We can take a look for you 🙂
 *  Thread Starter [jane20906](https://wordpress.org/support/users/jane20906/)
 * (@jane20906)
 * [3 years, 9 months ago](https://wordpress.org/support/topic/space-between-bullets-2/#post-15958162)
 * it seems to have resolved itself. Thank you!
 *  [ying](https://wordpress.org/support/users/yingscarlett/)
 * (@yingscarlett)
 * [3 years, 9 months ago](https://wordpress.org/support/topic/space-between-bullets-2/#post-15960566)
 * No problem 🙂
 * Glad it’s working now!
 *  Thread Starter [jane20906](https://wordpress.org/support/users/jane20906/)
 * (@jane20906)
 * [3 years, 9 months ago](https://wordpress.org/support/topic/space-between-bullets-2/#post-15960761)
 * Unfortunately, the fix was temporary. Yesterday, the view in live was totally
   correct. I went back into my site today and the space between the bullets was
   gone and once again the bullets were stacked on top of each other. Here is a 
   link to the view in edit and live. Can you please suggest a solution? Thank you.
 * [https://boostyourretirementincome.com/why-are-you-looking-to-boost-your-retirement-income-whats-driving-you/](https://boostyourretirementincome.com/why-are-you-looking-to-boost-your-retirement-income-whats-driving-you/)
 * [https://boostyourretirementincome.com/wp-admin/post.php?post=465&action=edit](https://boostyourretirementincome.com/wp-admin/post.php?post=465&action=edit)
 *  [ying](https://wordpress.org/support/users/yingscarlett/)
 * (@yingscarlett)
 * [3 years, 9 months ago](https://wordpress.org/support/topic/space-between-bullets-2/#post-15960832)
 * It looks normal to me:
    [https://www.screencast.com/t/NEVktXe2hH9](https://www.screencast.com/t/NEVktXe2hH9)
 * Isn’t this what you see? Or you are expecting some spacing between each list 
   item?
 * Let me know!
 *  Thread Starter [jane20906](https://wordpress.org/support/users/jane20906/)
 * (@jane20906)
 * [3 years, 9 months ago](https://wordpress.org/support/topic/space-between-bullets-2/#post-15961749)
 * Please look at the link below. This is the view in edit with a line between each
   line. This is how I want the list to look. I do not want the lines stacked on
   top of each other like in the screencast you sent me [https://www.screencast.com/t/NEVktXe2hH9](https://www.screencast.com/t/NEVktXe2hH9).
   Once I click update and leave edit, the live site shows the lines stacked on 
   top of each other WITHOUT a space between each line.
 * The view with a space between each line can ONLY be seen in the edit view.
 * [https://boostyourretirementincome.com/wp-admin/post.php?post=465&action=edit](https://boostyourretirementincome.com/wp-admin/post.php?post=465&action=edit)
 *  [fernandoazarcon2](https://wordpress.org/support/users/fernandoazarcon2/)
 * (@fernandoazarcon2)
 * [3 years, 9 months ago](https://wordpress.org/support/topic/space-between-bullets-2/#post-15961830)
 * Hi [@jane20906](https://wordpress.org/support/users/jane20906/),
 * The link you provided can only be viewed if logged in to your site.
 * Can you take a screenshot of what you see?
 * Can you also try clearing cache?
 *  Thread Starter [jane20906](https://wordpress.org/support/users/jane20906/)
 * (@jane20906)
 * [3 years, 9 months ago](https://wordpress.org/support/topic/space-between-bullets-2/#post-15961895)
 * I took a screenshot but I don’t know how to inset it into a message here
 *  [fernandoazarcon2](https://wordpress.org/support/users/fernandoazarcon2/)
 * (@fernandoazarcon2)
 * [3 years, 9 months ago](https://wordpress.org/support/topic/space-between-bullets-2/#post-15961932)
 * You can use a cloud service like Postimages or Imgur to upload the screenshot.
 * [https://postimages.org/](https://postimages.org/)
 * [https://imgur.com/](https://imgur.com/)
 * Share the link here after uploading.
 *  Thread Starter [jane20906](https://wordpress.org/support/users/jane20906/)
 * (@jane20906)
 * [3 years, 9 months ago](https://wordpress.org/support/topic/space-between-bullets-2/#post-15963747)
 * I hope one of these links will open
 *  [David](https://wordpress.org/support/users/diggeddy/)
 * (@diggeddy)
 * [3 years, 9 months ago](https://wordpress.org/support/topic/space-between-bullets-2/#post-15963795)
 * Hi there,
 * This one worked 🙂
 * [https://i.postimg.cc/NG7gzYP6/Screen-Shot-2022-08-30-at-12-06-12-AM.png](https://i.postimg.cc/NG7gzYP6/Screen-Shot-2022-08-30-at-12-06-12-AM.png)
 * If you want to increase the space between list items then add some CSS.
 *     ```
       .entry-content ul li {
           margin-bottom: 1.5em;
       }
       ```
   
 * If you ONLY want to apply that to a specific list, then:
 * 1. select the List Block in the editor
    2. In Advanced > Additional CSS Class(
   es) add: `list-spacing` 3. Instead of the above CSS add this:
 *     ```
       ul.list-spacing li {
           margin-bottom: 1.5em;
       }
       ```
   
 *  Thread Starter [jane20906](https://wordpress.org/support/users/jane20906/)
 * (@jane20906)
 * [3 years, 9 months ago](https://wordpress.org/support/topic/space-between-bullets-2/#post-15964319)
 * Thank you for your response. I know absolutely nothing about coding and have 
   no idea where to put any of this information.
 * Can you please explain why I can see spaces between bullets in edit mode but 
   not in live mode? Why don’t the spaces in edit carryover?
 * Also, is there a GeneratePress theme that uses GetResponse?
 * Thank you
 *  [fernandoazarcon2](https://wordpress.org/support/users/fernandoazarcon2/)
 * (@fernandoazarcon2)
 * [3 years, 9 months ago](https://wordpress.org/support/topic/space-between-bullets-2/#post-15965230)
 * You can place the CSS code provided by David in Appearance > Customize > Additional
   CSS.
 * With regards, to the issue, can you reshare the screenshots?
 * With regards to GetResponse, no there isn’t. You can try adding it though.

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

The topic ‘Space between bullets’ is closed to new replies.

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

## Tags

 * [bullets](https://wordpress.org/support/topic-tag/bullets/)
 * [Generate Press](https://wordpress.org/support/topic-tag/generate-press/)

 * 13 replies
 * 4 participants
 * Last reply from: [fernandoazarcon2](https://wordpress.org/support/users/fernandoazarcon2/)
 * Last activity: [3 years, 9 months ago](https://wordpress.org/support/topic/space-between-bullets-2/#post-15965230)
 * Status: not resolved