Hi guys,
Just noticed on a live website that in the agenda of Tribe events calendar that on mobile screens the links to previous and next month are missing. We checked both iPhone and Samsung (Samsung Internet app and Chrome app). See attached link and screen shots.
Please advise.
Thanks & regards,
Monique
Hey Monique,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
@media only screen and (max-width: 768px) {
.tribe-events-notices+#tribe-events-header {
display: block !important;
}}
Best regards,
Yigit
Hey Yigit,
Yes thanks a lot – that works :-)
Please flag this topis as solved.
Thanks & regards,
Monique