Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi Kristy,

    /* Show nav above the calendar */
    #tribe-events-header .tribe-events-sub-nav .tribe-events-nav-next a,
    #tribe-events-header .tribe-events-sub-nav li {
        display: inline-block;
    }
    
    /* Hide nav below the calendar */
    #tribe-events-footer .tribe-events-sub-nav .tribe-events-nav-next a,
    #tribe-events-footer .tribe-events-sub-nav li {
        display: none;
    }

    If you can add some CSS rules like those above, perhaps to a custom tribe-events.css stylesheet, you should get close. Does that help?

    Thread Starter kristygardner

    (@kristygardner)

    Oh Barry! Thank you SO SO SO much! Absolute perfection!

    Happy to help 🙂

    If you feel so inclined a positive review would definitely be appreciated!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Move Months Above Calendar’ is closed to new replies.