• Hi,

    I know that it is so simply (maybe stupid) question for everybody here but I dont know what and mainly where to change, help me please! ??

    How can I enable multiline titles in Fullcalendar (monthly view)? I know that it is possible but I dont have any idea what and where to write, to change. I am not CSS and PHP engineer ??

    Many thanks! It so important for my website…

    Dan

Viewing 2 replies - 1 through 2 (of 2 total)
  • I use:

    .fc-title {
        padding: 5px !important;
        text-overflow: ellipsis;
        white-space: pre-line;
    }
    Thread Starter gaudy2016

    (@gaudy2016)

    Great! So thanks! But can you describe me where I can to write? Where is the right place, file, editor for this?

    Dan

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Multiline titles’ is closed to new replies.