Hey @Rollocop,
Thanks for reaching out. I unfortunately do not know exactly where these BR tags are coming from, because they are not coming from any of our own plugins—these tags are coming from your theme or perhaps even another plugin, but not any of our own plugin code 🙁
So, unfortunately I would recommend doing some digging in your theme code and/or perhaps reaching out to the theme developer for assistance.
If you suspect that the BR tags are coming from our code, then you can tinker around with the methods of this article to modify our template files in a safe way → https://theeventscalendar.com/knowledgebase/themers-guide/ However, like I mentioned, our code is NOT generating those tags.
I’m sorry that I don’t have a specific file change recommendation.
One thing that might help in place of that is adding CSS like the following to the bottom of your theme’s style.css file:
.tribe-bar-filters br {
display: none !important;
}
Thought ought to get right of the big spaces/gaps left by those BR tags, thus essentially yielding the same result as removing the tags.
I would recommend trying this out, and using the Inspector tools to modify the CSS of anything else to get things looking exactly how you would like.
Best of luck with your customizing and tinkering!
George