@Nancy_Lerma I’ve shared a solution for improving the mobile views in the wishlist: Mobile display for Monthly schedule style - #23 by Max
Just in case, I’m duplicating the code here. Could you please try to add it to your widget?
.eapp-events-calendar-calendar-component .fc-daygrid-event {
white-space: normal;
}
@media screen and (max-width: 480px) {
.fc-event-title {
height: 22px;
font-size: 8px !important;
word-break: break-all;
padding: 0;
}
.fc-event-time {
font-size: 8px !important;
}
.fc-daygrid-event {
white-space: normal;
}
/* Widget Margins */
[class*="WidgetBackground__Container-sc"] {
padding: 4px;
}
}