Issue 272: how to get month view to full page (100%)
Status:  Done
Owner: ----
Closed:  Jan 2010
Reported by DragonsW...@yahoo.com, Jan 6, 2010
i found this snip
$("#calendar").width(1200).css({'margin-left': 'auto','margin-right': 
'auto'});

works well for my screen resolution but how do i make it work for each user

is liquid the right term?

how can i make the monthly view full the screen from edge to edge please 
being 100% of the screen width

thank you in advance for any code or help you may provide
Johnny

Jan 6, 2010
#1 nicola.b...@gmail.com
Try this:

<style>
#calendar {
  margin: 0 auto;
}
</style>
Jan 7, 2010
#2 DragonsW...@yahoo.com
nope did not change the width

its driving me nuts too
http://dragon-software.info/sites/familiesinchrist.org/calendar.php
Jan 9, 2010
#3 DragonsW...@yahoo.com
think i fixed this but forgot how lol
Jan 19, 2010
Project Member #4 adamrs...@gmail.com
glad you got it to work.
Status: Done