Home › Forums › Calendar Products › Events Calendar PRO › Month view top row popups being cutoff
- This topic has 7 replies, 2 voices, and was last updated 8 years, 9 months ago by
Erasmo.
-
AuthorPosts
-
June 29, 2017 at 11:09 am #1312308
Erasmo
ParticipantIn 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:
You can see the behavior here:
June 30, 2017 at 1:18 pm #1314726Patricia
MemberHey 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
July 17, 2017 at 7:30 pm #1322428Erasmo
ParticipantThanks 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.
July 18, 2017 at 1:20 pm #1322888Patricia
MemberHi 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
July 19, 2017 at 11:09 am #1323469Erasmo
ParticipantApologies, I changed the URL from /events to /courses.
July 20, 2017 at 7:15 am #1323814Patricia
MemberHey 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
August 11, 2017 at 9:35 am #1334121Support Droid
KeymasterHey 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 -
AuthorPosts
- The topic ‘Month view top row popups being cutoff’ is closed to new replies.
