• Resolved dhewlette

    (@dhewlette)


    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:
    http://img341.imageshack.us/img341/2332/beforez.jpg
    http://img834.imageshack.us/img834/8890/afterr.jpg

    Body 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

    http://wordpress.org/extend/plugins/events-manager/

Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘[Plugin: Events Manager] Restrict Full Calendar to a Max Width’ is closed to new replies.