Hi Again,
I visited your site and see what you mean.
However, on my site I get different results and the address is not mashed together like that.
I could not see a css reason why it would be that way on your site.
However, I got this css to add a gap between each parts:
.single-tribe_events .tribe-events-address .region,
.single-tribe_events .tribe-events-address .postal-code,
.single-tribe_events .tribe-events-address .country-name {
padding-left: 4px;
}
Add that css to your theme’s stylesheet or through a plugin such as Simple Custom CSS.
Let me know if that helps.
Thanks