Hi Mirja,
Thanks for getting in touch with us!
By default is there’s enough size the description and image will be shown in the same line. I’m not aware of any styling changes introduced recently but I’ll keep this in mind and see if other customers report changes after the update.
For now you can use this CSS snippet to make sure the image and description fit in the same line:
.tribe-events-list .tribe-events-event-image+div.tribe-events-content {
padding: 0;
}
.tribe-events-list .tribe-events-event-image {
max-width: 30%;
}
Just paste it in your theme’s stylesheet or via Simple Custom CSS plugin.
Please let me know if it helps,
Best,
Nico