To adjust for mobile, just add some margin below the filter toggle. I am using Bootstrap for this site, just fix the media query for your site.
.tribe-events-filters-vertical {
float: left;
width: 25%;
@media (max-width: $screen-xs-max) {
margin-bottom: 50px !important;
}
}