Hi there,
Thanks for reaching out. I will try to help with your question.
Unfortunately, your screencast link is showing “Page not found”.
However, just from you description, I think I know what you are requesting. There is actually already a navigation for previous/next month above the calendar, but it seems that your theme is hiding this on your site.
I’m not sure if they provide a way to enable this within the theme settings, but you can try this CSS snippet to show the navigation:
#tribe-events-content #tribe-events-header {
display: block!important;
margin-bottom: 0!important;
}
Hope that helps! Let me know if I misunderstood your question.
Thanks,
Sky