Month view top row popups being cutoff

Home Forums Calendar Products Events Calendar PRO Month view top row popups being cutoff

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #1312308
    Erasmo
    Participant

    In my month view, the top row of events is being truncated. Not sure if this is a theme issue or plugin issue, but I can’t see to find any CSS combinations that fix it. I was reading this previous post but the fix didn’t work for:

    Mouse-over events are being cut off

    You can see the behavior here:

    https://createcookingschool.com/events/2017-09/

    #1314726
    Patricia
    Member

    Hey Erasmo,

    Thanks for contacting us!

    To change the position of your calendar tooltip you can use the code suggested in our Knowledge Base:

    https://theeventscalendar.com/knowledgebase/stop-month-view-tooltips-from-obscuring-event-titles/

    I hope this helps you get started! Let me know if you need anything else and have a great weekend!

    Regards,

    Patricia

    #1322428
    Erasmo
    Participant

    Thanks for the follow up, I tried the selected CSS from the article you linked. While it fixes the top row, it causes all of the other events in the calendar view to be shifted as well, which causes the whole day to be obscured by the tooltip. Is there any work around? I feel like this should be handled by the calendar plugin. It should know when an event will be on the top row, and apply a special CSS rule to cause it to display below the day instead of of above.

    #1322888
    Patricia
    Member

    Hi Erasmo!

    Can you please enable the calendar in your site again (as https://createcookingschool.com/events/ is returning a 404 not found error right now)? The tooltip is set to overlay the calendar title by default, but in some cases the theme’s CSS change this behavior. I’ll write a custom code to work with your site, just let me know once the calendar is active again.

    Regards,

    Patricia

    #1323469
    Erasmo
    Participant

    Apologies, I changed the URL from /events to /courses.

    #1323814
    Patricia
    Member

    Hey Erasmo!

    To solve this problem, please access your theme’s style.css file and change the overflow property of your table from hidden to auto:

    table {
    overflow: auto !important;
    }

    Let me know if if you need anything else and have a great day! 🙂

    Regards,

    Patricia

    #1334121
    Support Droid
    Keymaster

    Hey there! This thread has been pretty quiet for the last three weeks, so we’re going to go ahead and close it to avoid confusion with other topics. If you’re still looking for help with this, please do open a new thread, reference this one and we’d be more than happy to continue the conversation over there.

    Thanks so much!
    The Events Calendar Support Team

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Month view top row popups being cutoff’ is closed to new replies.