Hi there Heike,
Thanks for getting in touch with us! I can help you here ๐
Seems like your theme might be adding those p tags, as I’m not seeing the same result in my local test site using a default theme (like Tweenty Sixteen). Can you please follow the steps described in our Testing for conflicts guide? This way we can see if this is a problem in our plugin or a conflict with the theme or other installed plugins.
For now you can add the following CSS snippet to your theme (or child theme) stylesheet or via Simple Custom CSS plugin make this right:
.tribe-address p {
display: inline;
}
Please let me know about it,
Best,
Nico