Question: Is there a way to wrap text in the calendar view?
More Info:
My Event Titles are being cut so short they’re nearly unreadable.
Elfsight Calendar (test):
Calendar I’m trying to replace, with wrapping text:
Thank you!
Kaitlin
Question: Is there a way to wrap text in the calendar view?
More Info:
My Event Titles are being cut so short they’re nearly unreadable.
Elfsight Calendar (test):
Calendar I’m trying to replace, with wrapping text:
Thank you!
Kaitlin
Hi there, @Kaitlin_Burge ![]()
I’ve passed your request on to the devs and will update you once the solution is ready ![]()
Thank you! I will keep an eye out!
We’ve fixed the issue using the code below in the Custom CSS field on the Style tab of your widget’s settings:
.fc-event-title {
white-space: normal;
}
Please check your website and let me know if you like the result ![]()
That is perfect! Thank you for the help!
It’s my pleasure!
If anything else comes up, we’ll be delighted to help ![]()