Tribe Events Footer

Home Forums Calendar Products Events Calendar PRO Tribe Events Footer

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #69721
    Derek
    Participant

    How 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/#customizingstyles

    I 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.

    #69863
    Barry
    Member

    Hi 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!

    #69916
    Derek
    Participant

    Thanks, 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.

    #69972
    Barry
    Member

    Hi 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!

    #70479
    Derek
    Participant

    Good 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…

    #70487
    Barry
    Member

    No 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!

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Tribe Events Footer’ is closed to new replies.