Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Jonathan Jernigan

    (@apexws)

    Hi pushkard,

    This can be done with the following CSS:
    .piecal-wrapper .fc-event {
    flex-direction: row;
    flex-wrap: wrap;
    white-space: normal;
    }

    Just add this to the page where your calendar exists and it’ll wrap the titles as requested.
    Let me know if you have any other questions!

    Thread Starter pushkard

    (@pushkard)

    Thanks Jonathan! Glad to know that I can do it easily with css code. I will try and let you know.

    Thread Starter pushkard

    (@pushkard)

    That worked like a charm!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Display full event title in the calendar view’ is closed to new replies.