In the calendar view of events, the event title and subtitle is normally displayed to the right of the date, but now any events with a title or subtitle that is too long to fit have the title and subtitle moved to below the date. This looks odd when there is a mixture (some events with titles/subtitles below the date and some not) in a row of tiles. How do I make it so the title/subtitle is/are clipped when they are too long to fit next to the date instead of moving them below the date?
Mar 17,2023 AT 2:01PM - 2 years ago -Hello,
This code puts Date Block and Title on the same line. Please add this CSS code to EventON > Styles (If you don’t see any change, EventON > Scripts & Styling > turn off Write dynamic styles to header > save settings > turn on Write dynamic styles to header):
.eventon_events_list .eventon_list_event .evcal_list_a { flex-wrap: nowrap; }
That did it! Thanks so much Artem.
We are glad your issue is resolved, if you have any further questions or concerns please create a new ticket.