Hi. There isn’t any difference. It’s just that the spacing isn’t there (maybe your theme had something to “fix” how it’s displaying things that went away), but here’s some CSS that should help make things look a bit better for you:
.tribe-address .tribe-region,
.tribe-address .tribe-postal-code,
.tribe-address .tribe-country-name {
padding-left: 5px;
}
You can add custom CSS code via your child theme’s style.css file or via a plugin like Simple Custom CSS or, my favorite, Jetpack. Jetpack supports regular CSS and the LESS and Sass pre-processors.
If you’re not a CSS expert, Jetpack’s Custom Design reference may prove helpful.
Please let me know how it goes for you.