Hey Gergana,
Thank you for reaching out to us!
I’ve inserted the following code in your site and it worked as expected:
.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;
}
Please make sure that you are not adding this code inside a media query in the end of your child theme. If the issue persists, add this code to the beginning of the style.css file, but add the !important parameter (i.e. replace
display: block;
with
display: block !important;
).
I hope this helps! Let me know if you need anything else and I’ll be happy to assist!
Regards,
Patricia