Hi Sabine,
Thanks for following-up! I made a simple CSS snippet, it’s not intended to be the definitive solution (I haven’t heavily tested it at least) but it will surely get you started. Paste this in your child theme stylesheet, or via Simple Custom CSS plugin:
.tribe-events-meta-group-details dt {
display: inline-block;
width: 20%;
}
.tribe-events-meta-group-details dd {
border: none !important;
display: inline-block;
width: 70%;
}
The folks at Theme Fusion might have a better workaround for this!
Please let me know if this works for you,
Best,
Nico