Title: Separation between 2 events
Last modified: June 22, 2021

---

# Separation between 2 events

 *  [juju2309](https://wordpress.org/support/users/juju2309/)
 * (@juju2309)
 * [4 years, 11 months ago](https://wordpress.org/support/topic/separation-between-2-events/)
 * Hi,
 * I don’t know if the probleme has already been solved, but I need your help.
 * In the calendar, I created 2 different events, on the same date.
    But, since 
   these events are part of the same category, the color displayed is the same, 
   so it is visually impossible to dissociate the two events.
 * Is it possible to create a sort of separation between the two events?
 * I dont’t know if I have been very clear.
 * Thank you for your help!
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fseparation-between-2-events%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  Plugin Author [Joe Dolson](https://wordpress.org/support/users/joedolson/)
 * (@joedolson)
 * [4 years, 11 months ago](https://wordpress.org/support/topic/separation-between-2-events/#post-14588842)
 * I’m already seeing a separation between the events; did you change to a different
   version of the calendar stylesheet before I looked at this?
 * Some of the default stylesheets include a separator, some don’t; you can add 
   it by inserting a bottom margin on the event title using CSS.
 *  Thread Starter [juju2309](https://wordpress.org/support/users/juju2309/)
 * (@juju2309)
 * [4 years, 11 months ago](https://wordpress.org/support/topic/separation-between-2-events/#post-14595241)
 * No, I didn’t change the version. For your information, I have the twentytwenty
   stylesheet.
 * I don’t how to use CSS…could you help me?
 * Thanks!
 *  Plugin Author [Joe Dolson](https://wordpress.org/support/users/joedolson/)
 * (@joedolson)
 * [4 years, 11 months ago](https://wordpress.org/support/topic/separation-between-2-events/#post-14597047)
 * Sure. On line 131 of twentytwenty.css, change:
 *     ```
       .mc-main .event-title {
       	margin: 0 !important;
       	font-size: 24px;
       	text-transform: none;
       	letter-spacing: normal;
       }
       ```
   
 * to
 *     ```
       .mc-main .event-title {
       	margin: 0 0 2px !important;
       	font-size: 24px;
       	text-transform: none;
       	letter-spacing: normal;
       }
       ```
   
 *  Thread Starter [juju2309](https://wordpress.org/support/users/juju2309/)
 * (@juju2309)
 * [4 years, 11 months ago](https://wordpress.org/support/topic/separation-between-2-events/#post-14602061)
 * I may be blind, but I changed the line 131, but it didn’t change anything on 
   my calendar…

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

The topic ‘Separation between 2 events’ is closed to new replies.

 * ![](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/)

 * 4 replies
 * 2 participants
 * Last reply from: [juju2309](https://wordpress.org/support/users/juju2309/)
 * Last activity: [4 years, 11 months ago](https://wordpress.org/support/topic/separation-between-2-events/#post-14602061)
 * Status: not resolved