Hi – thanks for sharing that link.
This seems to stem from some rules in a stylesheet added by your theme: themes/frisco/css/shortcodes.cssĀ (as an aside, this same file seems to have been added twice). What I’d recommend here is adding some new rules to a custom tribe-events.css stylesheet as follows:
#tribe-events-bar form label {
float: none;
width: 16.667%;
}
#tribe-events-bar form div {
clear: none;
}
You would still need to do a little tidying up but that ought to provide much better presentation of the Tribe Bar. You can find details for setting up a custom tribe-events.css stylesheet in our Themer’s Guide (link over on the right under Useful Resources).
Does that help?