Recurring Event (See All) tooltip hides link

Home Forums Calendar Products Events Calendar PRO Recurring Event (See All) tooltip hides link

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #59116
    Cinch
    Participant

    On recurring events there is a link to ‘see all’ but the tooltip that explains this hides the link.

    Here’s a screenshot: http://spig.io/image/2I45072M1b1r

    The css appears to be added via JS. Any way to override this, or move it down?

    #59688
    Barry
    Member

    Hi Bryan,

    You can add your own CSS rules that build on top of our plugin’s own styles by adding a tribe-events.css file to your theme – but see our Themer’s Guide for details (or you could add new rules to other locations, too).

    Something like this should push it down, but you’d need to play around with it a little to get a really good fit for your theme.

    .recurring-info-tooltip {
    position: absolute;
    height: 25px;
    top: 50px;
    }

    #979810
    Support Droid
    Keymaster

    This topic has not been active for quite some time and will now be closed.

    If you still need assistance please simply open a new topic (linking to this one if necessary)
    and one of the team will be only too happy to help.

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Recurring Event (See All) tooltip hides link’ is closed to new replies.