Position Tooltips in Week View

Home Forums Calendar Products Events Calendar PRO Position Tooltips in Week View

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #1021889
    maquina
    Participant

    Hi,

    I have a problem when displaying tooltips on the first row of the Week Calendar view. Since my week calendar container div has overflow:hidden applied to it the tooltip gets cut off. What’s the best way to alter the position of the tooltips so the top part of the tooltip would be aligned to the top part of the row ( I’m speaking about the ALL DAY row wich is at the very top of the week calendar). And is there a way to modify position for all tooltips like left, right, top, bottom etc. according to the position of the triggering element.

    Thanks!

    #1022150
    Geoff
    Member

    Hey there @maquina,

    I see what you mean! Try using this CSS, which will position it differently:

    .tribe-events-tooltip {
    position: relative;
    }

    You can add using a plugin like Simple Custom CSS or by creating a new CSS file in your theme folder at /tribe-events/tribe-styles.css.

    Let me know if that does the trick. 🙂

    Cheers!
    Geoff

    #1075402
    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 ‘Position Tooltips in Week View’ is closed to new replies.