Hey, thanks for reaching out to our forums.
By default the theme shows two navigation items on the header and footer the ones located on the header are hidden by default. You can add the following snippet of style to display the navigation on the header rather than the one on the footer.
#tribe-events-header .tribe-events-sub-nav li,
#tribe-events-header .tribe-events-sub-nav .tribe-events-nav-next a {
display: block !important;
}
#tribe-events-footer .tribe-events-sub-nav {
display: none !important;
}
Another way you can customize this is by disabling the “Default stylesheet used for events templates” on:
Events > Settings > Display
To use a different CSS layout that relies more in the changes applied in your theme instead. Also if you want to go a step further you can always change how layouts are structured, we have a Themer’s guide that you can follow along describing the process in how to do this.
Please let me know if you have any other questions about this issue or if there’s anything else I can do for you.
Thanks,
Crisoforo