Good evening Michael and welcome back!
Thank you for reaching out to us.
We are sorry to hear about the incomplete list of filters on mobile.
I would love to help you with this topic.
What is going on is that on your theme, the missing filters are actually hidden behind the logo.
You will have to use some CSS rule to fix that. Here’s an example of what that might look like
@media only screen and (max-width: 767px) {
.tribe_events_filters_wrapper {
top: 168px;
position: relative;
}
}
Let me know if that helps.
Have a great day!
Geoff B.