Good evening Barbara and welcome back!
Thank you for reaching out to us.
We are sorry to hear about the calendar widget not displaying properly on your site.
I would love to help you with this topic.
Since this is a rather thin sidebar, it looks like you might need to tweak the CSS a tad.
Try adding the following CSS rule to your style.css file or in your Custom CSS metabox:
body .tribe-mini-calendar-event .list-date {
width: 20% !important;
}
.tribe-mini-calendar-event .list-date .list-dayname {
padding: 0px !important;
}
.tribe-mini-calendar-event .list-info {
width: 75% !important;
}
Let me know how that goes.
Best regards,
Geoff B.