Hi @foothills,
Thanks for getting in touch and welcome to the forums!
It looks like the fixed position of the site header in the CSS is blocking things up. You could try a couple of things:
1) Switch templates
If you head to Events > Settings > Display, then you can change the default calendar template to one of your site’s page templates. This would frame the calendar the same way the rest of your site’s pages are set up.
2) Remove the fixed header position in CSS
You could remove the fixed header feature for events by adding something like this to your theme’s style.css file:
.events_archive .l-header.pos_fixed {
position: relative;
}
That would override the CSS for the calendar archive pages so the header does not interfere with the Filter Bar.
Will either of these options work for you? Please let me know. 🙂
Cheers!
Geoff