Hi there Knud,
Thanks for getting in touch with us! Although we cannot help much with customizations, I can give you a hand to get started 🙂
1) Theres too much space between each event – how can I minimize the space?
Just place the CSS snippet below in the theme (or child theme) stylesheet or via Simple Custom CSS plugin:
li.tribe-events-list-widget-events {
padding-top: 5px;
padding-bottom: 10px;
margin-bottom: 5px !important;
}
2) Each event is pressented with two lines – Can I have it in one line?
This is possible but a bit more complex. You’d need to edit the template mark up as explained in the themer’s guide.
3) The time on the event also has “CET” -word attached. How do i disabeld showing this?
I think you figured this out yourself. In any case you can remove the timezone from the date in ‘WP-Admin > Settings > Timezone Settings > Show timezone’.
Please let me know if there’s anything else I can help you with,
Best,
Nico