In mobile view the next and previous month links disappear – making it impossible to navigate the calendar.
Is this a feature of the theme mods? I want to keep them and do not want to comment out the section in functions.php as I have seen as a solution when searching the forum for other issues.
Let me know, thanks Ros
Hey rosalieb!
Add this to your custom CSS.
.tribe-events-notices + #tribe-events-header { display: block !important; }
Regards,
Elliott
Brilliant, works well, Thanks Elliott!