Title: Gaps in event_embed
Last modified: August 31, 2016

---

# Gaps in event_embed

 *  Resolved [JacobALund](https://wordpress.org/support/users/jacobalund/)
 * (@jacobalund)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/gaps-in-event_embed/)
 * Hi
 * I’m using the shortcode [event_embed limit=”3″] to display upcoming events on
   the homepage of my website. However, I am not quite happy with the gaps.
 * There is a gap between the name of the event and the date, which I don’t think,
   should be there. Moreover, there is no gap between the teasers and the next event,
   which I would like there to be.
 * I have illustrated it on this pic: [http://greennetwork.dk/kalender.PNG](https://wordpress.org/support/topic/gaps-in-event_embed/?output_format=md)
   
   The red line is where I want to remove the gap, and the blue one is where I would
   like a gap instead.
 * I hope you can follow what I mean, and that you can help 🙂
 * [https://wordpress.org/plugins/the-events-calendar/](https://wordpress.org/plugins/the-events-calendar/)

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

 *  [joinfof](https://wordpress.org/support/users/joinfof/)
 * (@joinfof)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/gaps-in-event_embed/#post-7346767)
 * Hello,
 * You can right-click your mouse and open “Inspect” – from there you can identify
   CSS classes and make changes via your theme’s **style.css file**. If you provide
   a link, I’d be happy to point you in the right direction.
 * Have a good week!
 *  Thread Starter [JacobALund](https://wordpress.org/support/users/jacobalund/)
 * (@jacobalund)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/gaps-in-event_embed/#post-7346783)
 * Hello,
 * Here’s the link to my site: [http://greennetwork.dk/](http://greennetwork.dk/)
 * The upcoming events are showing at the homepage, you can’t miss it if you look
   at the screenshot.
 * It would be a big help if you would point me in the right direction since CSS
   is not my strongest side 🙂
 * Jacob
 *  [Geoff Graham](https://wordpress.org/support/users/geoffgraham/)
 * (@geoffgraham)
 * [10 years, 1 month ago](https://wordpress.org/support/topic/gaps-in-event_embed/#post-7346802)
 * Hey Jacob!
 * You might want to try something like this:
 *     ```
       .embedded-event {
         margin-bottom: 15px; /* or whatever value you'd like */
       }
   
       .embedded-event h3 {
         margin-bottom: 0;
       }
       ```
   
 * Cheers!
    Geoff
 *  Thread Starter [JacobALund](https://wordpress.org/support/users/jacobalund/)
 * (@jacobalund)
 * [10 years, 1 month ago](https://wordpress.org/support/topic/gaps-in-event_embed/#post-7346819)
 * I think that actually did the job – thank you!
 *  [Brook](https://wordpress.org/support/users/brook-tribe/)
 * (@brook-tribe)
 * [10 years, 1 month ago](https://wordpress.org/support/topic/gaps-in-event_embed/#post-7346821)
 * You are so welcome. Thanks for getting back!
 * Cheers!
    – Brook

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

The topic ‘Gaps in event_embed’ is closed to new replies.

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

 * 5 replies
 * 4 participants
 * Last reply from: [Brook](https://wordpress.org/support/users/brook-tribe/)
 * Last activity: [10 years, 1 month ago](https://wordpress.org/support/topic/gaps-in-event_embed/#post-7346821)
 * Status: resolved