Thank you for getting back to me.
I was under a time crunch and had to figure out how to fix this myself. I overwrote the style setting for the calendar as follows:
/* to fix issue in main calendar page */
#tribe-events-bar::before, #tribe-events-bar::after {
clear: left !important;
max-width: 100% !important;
position: relative;
background-color: transparent;
}
I hope this helps someone else.
Dana