Hey Birgit,
Glad to help you on this as well π
To move the navigation links you’ll need to create a override of the single event template. The steps to do so are described in our themer’s guide, and the template is located at wp-content/plugins/the-events-calendar/src/views/single-event.php. Once you have the copy of the template in place, you’ll need to cut the following code block:
and paste it just above this line (33):
', '
' ); ?>
That should make the trick, please let me know if you need further assistance on this,
Best,
Nico