first / next month links on month view using skeleton style

Home Forums Calendar Products Events Calendar PRO first / next month links on month view using skeleton style

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1269727
    Michael Adams
    Participant

    first / next month links on month view using skeleton style
    not showing
    shows if i use full tribe styles using css

    what css would i add under custom css to get previous and next months to show both at top and bottom?

    thank you

    #1270251
    Trisha
    Member

    Hi Michael!

    Thanks for reaching out, I can help with this!

    The links are visible they just aren’t styled at all and not where you’d expect them to be so they are super easy to miss! On your calendar, they are in the very center, top and bottom.

    To get the styling you see on the Full Styles selection add the following code to your custom css:

    #tribe-events-header .tribe-events-sub-nav li,
    #tribe-events-header .tribe-events-sub-nav .tribe-events-nav-previous,
    #tribe-events-footer .tribe-events-sub-nav li,
    #tribe-events-footer .tribe-events-sub-nav .tribe-events-nav-previous {
    float: left;
    margin-right: 5px;
    text-align: left;
    }

    #tribe-events-header .tribe-events-sub-nav .tribe-events-nav-next, #tribe-events-footer .tribe-events-sub-nav .tribe-events-nav-next {
    float: right;
    margin-left: 5px;
    text-align: right;
    }

    This should get you set up, let me know how it goes!

    Cheers,
    Trisha

    #1270255
    Michael Adams
    Participant

    thank you, it worked great!

    #1271384
    Trisha
    Member

    Glad to hear it! Thanks for your reply 🙂

    Cheers,
    Trisha

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘first / next month links on month view using skeleton style’ is closed to new replies.