views:

125

answers:

1

How can I set the width of the datepicker div when showing multiple months? I've tried changing the css for .ui-datepicker-group and .ui-datepicker-multi, but when I view it in Firebug the width is overwritten.

A: 

I don't think it's possible to set the width. The width seems to be hard-coded to 51em. The best solution I've come up with is to tweek the font-size until I get the size I need.

Mir