Title: Spacing
Last modified: September 1, 2016

---

# Spacing

 *  Resolved [amykoverton](https://wordpress.org/support/users/amykoverton/)
 * (@amykoverton)
 * [9 years, 10 months ago](https://wordpress.org/support/topic/spacing-21/)
 * Hello,
 * I love your plug in! It’s working beautifully on my site- I’m just wondering 
   in the list view if there is a way to code space between the events?
 * Thank you so much!
 * [https://wordpress.org/plugins/the-events-calendar-shortcode/](https://wordpress.org/plugins/the-events-calendar-shortcode/)

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

 *  [don.lipper](https://wordpress.org/support/users/donlipper/)
 * (@donlipper)
 * [9 years, 8 months ago](https://wordpress.org/support/topic/spacing-21/#post-8272380)
 * I need to an answer to this as well, please. Anyone?
 *  [don.lipper](https://wordpress.org/support/users/donlipper/)
 * (@donlipper)
 * [9 years, 8 months ago](https://wordpress.org/support/topic/spacing-21/#post-8272890)
 * I found a way to add a line but a space would be better. Here’s the code you 
   add to your CSS to add a line:
 *  .ecs-event { /*The li */
    border-bottom: thin solid #ccc; }
 *  [don.lipper](https://wordpress.org/support/users/donlipper/)
 * (@donlipper)
 * [9 years, 8 months ago](https://wordpress.org/support/topic/spacing-21/#post-8273045)
 * Got it. This syntax adds a horizontal line and then a space which I think looks
   best:
 * .ecs-event { /*The li */
    border-bottom: thin solid #ccc; margin-bottom:50px;

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

The topic ‘Spacing’ is closed to new replies.

 * ![](https://ps.w.org/the-events-calendar-shortcode/assets/icon-256x256.gif?rev
   =3023752)
 * [The Events Calendar Shortcode & Block](https://wordpress.org/plugins/the-events-calendar-shortcode/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/the-events-calendar-shortcode/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/the-events-calendar-shortcode/)
 * [Active Topics](https://wordpress.org/support/plugin/the-events-calendar-shortcode/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/the-events-calendar-shortcode/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/the-events-calendar-shortcode/reviews/)

## Tags

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

 * 3 replies
 * 2 participants
 * Last reply from: [don.lipper](https://wordpress.org/support/users/donlipper/)
 * Last activity: [9 years, 8 months ago](https://wordpress.org/support/topic/spacing-21/#post-8273045)
 * Status: resolved