Good evening William and welcome to the Events Calendar Support forum!
Thank you for reaching out to us.
I would love to help you with this topic.
Is it possible to go back to the month I’m looking at instead?
Absolutely. To do that, you will need to do a template override of the /wp-content/plugins/the-events-calendar/src/views/single-event.php
Look for the tribe-events-back string.
You might want to read our Themer’s guide to get a sense of how that works.
Basically, you will need to replace echo esc_url( tribe_get_events_link() ); by /events/month-of-the-currently-viewed-event/
Let me know if that helps.
Have a great day!
Geoff B.