Hey there nsidhom! Thanks for getting in touch and welcome back to the forums. If the address of the venues on your site are any indication, then we’re actually in the same neck of the woods at the moment — so howdy neighbor. 🙂
I think we can add some spacing there with a little CSS. Give this a try in your theme’s stylesheet to see if it does the trick:
[php]
.tribe-events-address abbr,
.tribe-events-address .postal-code {
margin: 0 2px;
}
[/php]
You may need to fiddle with that just a bit to get things just right, but should give you a good head start on building in some more breathing room in there.
Cheers!
Geoff