| Issue 272: | how to get month view to full page (100%) | |
| 1 person starred this issue and may be notified of changes. | Back to list |
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 7, 2010
nope did not change the width its driving me nuts too http://dragon-software.info/sites/familiesinchrist.org/calendar.php
Jan 9, 2010
think i fixed this but forgot how lol
Jan 19, 2010
glad you got it to work.
Status:
Done
|
|
| ► Sign in to add a comment |
Try this: <style> #calendar { margin: 0 auto; } </style>