Home › Forums › Calendar Products › Events Calendar PRO › Tribe Events Footer
- This topic has 5 replies, 2 voices, and was last updated 12 years, 6 months ago by
Barry.
-
AuthorPosts
-
October 7, 2013 at 2:45 pm #69721
Derek
ParticipantHow do I get rid of the gray line and make the previous/next links not overlap?
http://test.epicmag.org/event/e-p-i-c-movie-night-dirt-the-movie/I know I have to use css. I know about this link…
https://theeventscalendar.com/support/documentation/events-calendar-themers-guide/#customizingstylesI inspect the elements in Firefox and it doesn’t point to the exact css element I’m supposed to edit.
I know you guys don’t like to help too much with css, but at the same time, there are a lot of css elements that aren’t in the tribe-events.css file, so I come here for help.
I’ve tried lots of changes and I can’t make it happen. If anyone can help, I appreciate it.
October 8, 2013 at 10:18 am #69863Barry
MemberHi Derek,
For the grey line try adding a piece of CSS like this:
.single-tribe_events #tribe-events-footer { border-top: none; }To avoid the overlap issue, can you also try adding these rules:
#tribe-events-footer .tribe-events-sub-nav .tribe-events-nav-previous,
#tribe-events-footer .tribe-events-sub-nav .tribe-events-nav-next {
white-space: normal; width: 45%;
}Let me know if that helps!
October 8, 2013 at 11:52 am #69916Derek
ParticipantThanks, Barry! I appreciate it! One thing now… the right side is cutting off the arrow. I tried messing with the percentage, but that didn’t seem to work.
October 8, 2013 at 5:18 pm #69972Barry
MemberHi Derek,
This is what I see in your custom tribe-events.css stylesheet (lines 394-404). Note how the rules I suggested are immediately followed with further rules – one of which also targets the next event link and basically wipes out some of that work.
It actually looks like your custom tribe-events.css is based on an exact replica of one of our original stylesheets: that’s unnecessary as the very same rules have already been enqueued and sent to the browser – you need only put in your custom rules in this file 🙂
Thanks!
October 10, 2013 at 5:15 pm #70479Derek
ParticipantGood catch, thanks! Yeah, I just do that so I have it all there and I don’t have to go back and forth, copying and pasting…
October 10, 2013 at 7:19 pm #70487Barry
MemberNo problem – that’s totally up to you – just beware of these sorts of bear traps 🙂
I’ll go ahead and close this, if we can help with any other issues just let us know. Thanks!
-
AuthorPosts
- The topic ‘Tribe Events Footer’ is closed to new replies.
