How to move next and previous month navigation to near the calendar in Mobile

Home Forums Calendar Products Events Calendar PRO How to move next and previous month navigation to near the calendar in Mobile

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #1582633
    Lisa
    Participant

    https://cl.ly/2c2G0R0F2014 Note from this screenshot that on a mobile device the navigation to the next month and the previous month is far below the calendar image. Is there a way to move this navigation to either just above or just below the calendar image?

    https://www.theferentzinstitute.com/events/

    #1583534
    Andras
    Keymaster

    Hi Lisa,

    Thanks for reaching out!

    This css snippet should make the navigation visible above tho calendar as well:

    [code language=”css”]
    #tribe-events-header .tribe-events-sub-nav li a {
    display: block;
    }
    [/code]

    If you want to hide the one below, then add this:

    [code language=”css”]
    #tribe-events-footer .tribe-events-sub-nav li a {
    display: block;
    }
    [/code]

    Let me know if that does the trick.

    Cheers,
    Andras

    #1599144
    Support Droid
    Keymaster

    Hey there! This thread has been pretty quiet for the last three weeks, so we’re going to go ahead and close it to avoid confusion with other topics. If you’re still looking for help with this, please do open a new thread, reference this one and we’d be more than happy to continue the conversation over there.

    Thanks so much!
    The Events Calendar Support Team

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘How to move next and previous month navigation to near the calendar in Mobile’ is closed to new replies.