With the filter bar showing vertically the calendar is displaced below the level of the filters so there is a blank space next to filters with the calendar below.
Welcome to our support forums and thanks for reaching out to us. I’ll try to help you here!
Per default they show side-by-side, this might be a theme related issue. If you switch the theme to default WordPress theme Tweenty Fifteen, Does it look right? Also I see you are using the fusion theme, have you customized it or are you using it as is?
Thanks for following up! If you revert to default WordPress theme without de-activating our plugins you should see the calendar in http://yoursite.com/events/ just as you do know.
Anyway, I investigated the code a bit and the issue seems to be related with some Avada styling. This CSS snippet (which you can add to your child theme or via Simple Custom CSS) should make it right:
#tribe-events-content {
clear: none!important;
}
Please contact Avada support team as well as they might have a better solution for this issue,
Best,
Nico