Title: Display space between events
Last modified: July 1, 2026

---

# Display space between events

 *  [deanlouisarnold](https://wordpress.org/support/users/deanlouisarnold/)
 * (@deanlouisarnold)
 * [2 days, 14 hours ago](https://wordpress.org/support/topic/display-space-between-events/)
 * How do I get rid of the vertical space between events shown on the grid view 
   of my site’s calendar display. This also happens in the list view ([](https://efv8psrg.org/my-calendar/?format=list)
   [Events Calendar – Early Ford V8 Club](https://efv8psrg.org/my-calendar/?format=list)).(
   There also appears to be other display problems with list view that I don’t know
   how to fix!
 * I have tried everything suggested that I could find on the internet but to no
   avail.
 * Thank you for any assistance you can provide.
 * –Dean
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fdisplay-space-between-events%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 1 replies (of 1 total)

 *  Plugin Author [Joe Dolson](https://wordpress.org/support/users/joedolson/)
 * (@joedolson)
 * [18 hours, 15 minutes ago](https://wordpress.org/support/topic/display-space-between-events/#post-18954735)
 * You have an inline style in your custom CSS that’s setting the `header` element
   to a height of 150px:
 *     ```wp-block-code
       /*Adjust the Header Block height.*/header {    height: 150px;}
       ```
   
 * It looks like it’s intended to target a specific block, but it’s too broadly 
   scoped, and is impacting *all* `header` elements. You’ll probably want to scope
   that more narrowly to what it’s expected to target.
 * You’ve also added a custom CSS for calendar articles:
 *     ```wp-block-code
       /*Set my calendar header height*/.mc-main article{	height: 50px;}
       ```
   
 * You probably will be able to remove that once you’ve refined the first block 
   of CSS. It’s also impacting your event single view.

Viewing 1 replies (of 1 total)

You must be [logged in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fdisplay-space-between-events%2F%3Foutput_format%3Dmd&locale=en_US)
to reply to this topic.

 * ![](https://ps.w.org/my-calendar/assets/icon-256x256.png?rev=1097576)
 * [My Calendar - Accessible Event Manager](https://wordpress.org/plugins/my-calendar/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/my-calendar/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/my-calendar/)
 * [Active Topics](https://wordpress.org/support/plugin/my-calendar/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/my-calendar/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/my-calendar/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [Joe Dolson](https://wordpress.org/support/users/joedolson/)
 * Last activity: [18 hours, 15 minutes ago](https://wordpress.org/support/topic/display-space-between-events/#post-18954735)
 * Status: not resolved