[Plugin: Events Manager] Restrict Full Calendar to a Max Width
-
I’m having a difficult time finding the correct way to resize the full page calendar view to a specific maximum size. I found CSS code that would allow me to make the calendar wider to fill the page when empty:
table.fullcalendar td { width: 60px !important; height: 60px !important;}
However, as soon as I add events, the calendar (month view) starts getting wider and wider, crossing over my theme “body content” borders. Even if I reduce the width in this code, the overly expanded calendar does not go away when I add events.
See these shots for before and after:
https://img341.imageshack.us/img341/2332/beforez.jpg
https://img834.imageshack.us/img834/8890/afterr.jpgBody content border is that greenish line to the right…nothing should extend over/to the right of it.
Any ideas on how to set the maximum width of the full calendar?
Thanks
- The topic ‘[Plugin: Events Manager] Restrict Full Calendar to a Max Width’ is closed to new replies.