Hi astralex! Don’t know if this will help you, but I commented out the display: table; css found in the tribe-events-full.min.css stylesheet.
Initially, it looked like this:
.clearfix:after,.clearfix:before,.tribe-clearfix:after,.tribe-clearfix:before
{content:”;display:table}
I commented it out like this:
.clearfix:after,.clearfix:before,.tribe-clearfix:after,.tribe-clearfix:before
/*{content:”;display:table} */
This stylesheet can be found in the wordpress>wp-content>plug-ins>the-event-calendar>css directory. I was not able to access it via WordPress’s editing tool, so I downloaded it via ftp and worked with it locally.
I recommend commenting out and documenting over deleting for a little change like this – css changes can sometimes have very unexpected results! ??