Issue 886: Resizing to less than 90% of page width
Status:  Done
Owner: ----
Closed:  May 2011
Reported by hawk....@gmail.com, Apr 4, 2011
Is there a way to resize this to less than 90% of the width of your page? I have a margin of 11em/~80px for a sidebar and this calendar in the main content section, but the header is half the page away from the actual calendar. Messing around in the element inspector, removing the margin/padding (both do the same thing) clears it up. I looked through the docs and couldn't find any way to adjust width, and I messed around with the heigh, contentHeight, aspectRatio etc. attributes already to no avail.
May 4, 2011
Project Member #1 adamrs...@gmail.com
fullcalendar width will expand to fill the entire enclosing div. if you are having trouble, make sure fullcalendar is in a div that has a defined width (either in pixels or percent).
Status: Done