Home › Forums › Calendar Products › Events Calendar PRO › Month navigation on top
- This topic has 7 replies, 3 voices, and was last updated 8 years, 6 months ago by
Christine Ward.
-
AuthorPosts
-
September 9, 2017 at 1:14 pm #1347167
Christine Ward
ParticipantI found a post in the forum which said to add the css below to my custom css to make the Month Navigation appear on TOP of teh calendar instead of the bottom. I have added the css but nothing has changed. you can view the calendar here: https://awesomeadventures.com/event-calendar/
.tribe-events-month #tribe-events-header .tribe-events-sub-nav .tribe-events-nav-next a, .tribe-events-month #tribe-events-header .tribe-events-sub-nav li {
display: block;
}September 9, 2017 at 1:56 pm #1347171Mathew
ParticipantChristine,
The good news is the code is present to display the navigation on your site, however TEC’s CSS (tribe-events-theme-min.css) is overriding it. Try adding the following to your custom CSS. The !important declaration is the key.
#tribe-events-header .tribe-events-sub-nav li {
display: block !important;
}
Hope this helps.
September 9, 2017 at 2:07 pm #1347174Christine Ward
Participantthat didn’t work but maybe I was supposed to remove some of the other
Custom CSS? This is everything I have in there:p.tribe-events-back {
display: none !important;
}.tribe-events-month #tribe-events-header .tribe-events-sub-nav
.tribe-events-nav-next a, .tribe-events-month #tribe-events-header
.tribe-events-sub-nav li {
display: block;
}#tribe-events-header .tribe-events-sub-nav li {
display: block !important;September 9, 2017 at 2:23 pm #1347178Mathew
ParticipantChristine,
Strangely enough, I see the custom CSS being applied inline to https://awesomeadventures.com/events/, but not to https://awesomeadventures.com/event-calendar/.
I am not sure why it’s not applying to the page/post.
Your theme does use a child theme. You may want to place the code in /themes/pressive-child/style.css.
September 9, 2017 at 6:38 pm #1347197Christine Ward
ParticipantNVM seems to be working, thanks for your help!
September 11, 2017 at 3:15 am #1347406Courtney
MemberHi Christine
Thanks for popping in. You mentioned that it seems to be working with @mathewlewis help (thanks for that!). Do you need any further assistance?
Thanks
Courtney 🙂October 3, 2017 at 9:36 am #1358343Support Droid
KeymasterHey 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 -
AuthorPosts
- The topic ‘Month navigation on top’ is closed to new replies.
