month view: top of pop up events box gets cut off

Home Forums Calendar Products Events Calendar PRO month view: top of pop up events box gets cut off

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #963564
    traceyash
    Participant

    Hi,
    I found several support threads relating to this issue from a while back, one if which partically helped but the issue still persists. http://traceyash.com/events/
    In the month view, in the top week the pop up boxes with events info get cut off. I used the code from this thread https://theeventscalendar.com/support/forums/topic/tooltips-for-events-in-top-two-weeks-are-cut-off/ which makes the cut off point higher up, but still some cutting off happens.

    .tribe-events-calendar {
    overflow:visible;
    }

    How to make this fully visible, even if the box has to start lower?
    Thanks
    Maria

    #963698
    Brian
    Keymaster

    Hi Maria,

    Thanks for using our plugins. I think I can help here.

    I took a look at your site and see it is a combination of css for the header and content area.

    Try out this:

    .tribe-is-responsive #mk-header {
    z-index: 0;
    }

    .tribe-is-responsive #theme-page {
    overflow: visible;
    }

    Add that css to your theme’s stylesheet or through a plugin such as Simple Custom CSS.

    Let me know if that helps.

    Thanks

    #963824
    traceyash
    Participant

    Thank you Brian, this worked!

    #963871
    Brian
    Keymaster

    Great glad it helps.

    I am going to close this ticket, but if you need anything else related to this topic or another please post a new topic on the forum and we can help you out.

    Thanks

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘month view: top of pop up events box gets cut off’ is closed to new replies.