By default in the legacy view designs, our navigation links for Next Events and Previous Events show at the bottom of your calendar. Some folks also like to show these links at the top of the calendar, under the Tribe Bar. If you’d like to add a second set of links in Month View, you can use this bit of CSS to do it.

KB-calendar-header-nav

This snippet can be added to the bottom of your theme’s stylesheet (we’ll leave it to you to decide if you want to do this in a child theme) or any other suitable place for custom CSS, including a custom tribe-events.css stylesheet or a plugin such as Simple Custom CSS.

.tribe-events-month #tribe-events-header .tribe-events-sub-nav .tribe-events-nav-next a, .tribe-events-month #tribe-events-header .tribe-events-sub-nav li {
   display: block;
}