Month Navigation Gone on smaller screens mobile view

Home Forums Calendar Products Events Calendar PRO Month Navigation Gone on smaller screens mobile view

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1576109
    marmop
    Participant

    For our client we are using a shortcode to embed certain calendar views in pages. Some are public, some need to be protected. However, once the screen get’s too small (say on a mobile phone) visitors can’t switch months anymore.

    https://www.expatmortgages.nl/calendar/

    Please advice on how to solve this!

    #1576179
    Jeremy
    Keymaster

    Hi marmop,

    Thanks for reaching out to us! I’d be happy to help you 🙂

    I don’t know why but it seems your theme was hiding the calendar navigation on smaller screen. To fix this issue, you should try to add the following css snippet in Appearance > Customize > Additional CSS:

    @media screen and (max-width: 640px) {
      .tribe-events-notices + #tribe-events-header {
        display: block;
      }
    }

    Please let me know if that helps.

    Cheers,
    Jeremy

    #1576366
    marmop
    Participant

    Hi Jeremy,

    That solved the problem!
    Thanks for your assistance.

    Regards,
    Frans

    #1576824
    Jeremy
    Keymaster

    Hi Frans,

    I’m glad that solved your problem!

    I’m going to close this thread then, but feel free to start a new one if you have any further questions.

    Cheers,
    Jeremy

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Month Navigation Gone on smaller screens mobile view’ is closed to new replies.