Hello Hugh,
Thanks for reaching out to us! I’m sorry this is happening with the filter bar on mobile devices.
I have checked with several default themes (twentyten, twentyfourteen, twentyfifteen, twentysixteen) and some non-default ones as well (Divi, Avada) and so far I haven’t been able to reproduce your issue.
To work around this, you can paste the following snippet into your theme’s style.css file:
.tribe-filters-closed #tribe-events-content {
background-color: #ffffff;
z-index: 1;
}
@media screen and (max-width: 768px) {
.tribe-filters-closed #tribe-events-content {
margin-top: 105px;
}
}
Check and let me know if that fixes it for you.
Cheers,
Andras