• Hi, I was wondering if there is a way to display the full titles of events without cutting and having “…”?
    I was fiddling around with the CSS (height, overflow, text-overflow etc.) – I can get the full titles to show but the height of the divs won’t adapt dynamically.
    Any help here highly appreciated or can this be set anywhere in the plugin settings?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Use the following custom CSS:

    .em.em-calendar .em-cal-body.event-style-pill .em-cal-event > div {
    height: auto;
    white-space: normal;
    overflow: visible;
    }

    I’m sorry, but this doesn’t quite work. If I have more than 2 events in a day then the names of the events overlap.

    I use WordPress and would like to know this as well. The CSS is not working for me (or I did not find the right place where to insert the CSS)…

Viewing 3 replies - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.