calendar widget tooltip overflow problem

Home Forums Calendar Products Events Calendar PRO calendar widget tooltip overflow problem

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #21411
    Tony
    Participant

    If the tooltip bubble exceeds the height of the widget, anything above the widget is cut off.

    Also, if you scroll to the next month and mouse over the dates on the right hand side of the calendar, the tooltip bubble floats to the right side and is as a result almost completely cut off.

    Any help? Is this an issue with my theme or with the widget itself?

    #21427
    Jonah
    Participant

    Hi Tony,

    I think this is more of a theming issue. Can you provide a link for your site so I can see it in action and play around with the CSS for a solution?

    Thanks,
    Jonah

    #21454
    Tony
    Participant

    Hi Jonah
    It’s here on the right: http://bit.ly/NZKsmU
    Thanks

    #21466
    Jonah
    Participant

    Hi Tony,

    This is an issue with CSS your theme is applying. On line 1217 of your layout.css file you have:

    .widget {
    clear: both;
    position: relative;
    overflow: hidden;
    padding: 30px 0 30px 0;
    float: none;
    }

    The ‘overflow: hidden;’ property is what is causing the issue. Either remove that or override it and that will fix the issue.

    Cheers,
    Jonah

    #977247
    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 5 posts - 1 through 5 (of 5 total)
  • The topic ‘calendar widget tooltip overflow problem’ is closed to new replies.