PLEASE NOTE: These forums are no longer utilized and are provided as an archive for informational purposes only. All support issues will be handled via email using our support ticket system. For more detailed information on this change, please see this blog post.

Date Picker DIsplay Cut Off

  1. Please look at the date picker on this form - http://discount.mvestor.com/shop/test-dump/

    You will notice that the Month and Year selections are cut off. What will be the best way to extend the length of the calendar so that everything is shown?

    Posted 11 years ago on Thursday August 30, 2012 | Permalink
  2. Looks like this is what is causing that.

    Try placing this CSS snippet into your stylesheet to override:

    [css]
    .ui-datepicker-header select {
    padding-right: 0 !important;
    }
    Posted 11 years ago on Friday August 31, 2012 | Permalink
  3. Gotcha- that did it! I can build off of that. Thanks!

    Posted 11 years ago on Friday August 31, 2012 | Permalink
  4. Right on, glad to help out!

    Posted 11 years ago on Friday August 31, 2012 | Permalink

This topic has been resolved and has been closed to new replies.