Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #692287

    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

    #693186

    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

    #694729

    Hey Yigit,

    Yes thanks a lot – that works :-)

    Please flag this topis as solved.

    Thanks & regards,
    Monique

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Tribe events previous en next month links missing on mobile’ is closed to new replies.