[Configurable List Widget] Increasing pop-up calendar size

  • nitetraincoach
    Asked on October 19, 2015 at 3:28 PM

    Is there a way to increase the size of the pop-up calendar on the configurable list widget?

     

    I found a forum that included some information about doing this on a regular date picker but it will not work on the configurable.

     

    The configurable pop-up calendar is also missing days 1-4. 

     

    http://www.jotform.com/answers/665026-Increase-size-of-the-Date-Pickers-on-the-standard-date-field

     

     

     

  • Mike
    Replied on October 19, 2015 at 5:17 PM

    This is possible to increase the size of the pop-up calendar by adding the next CSS to the widget Custom CSS tab.

    .ui-widget {
    font-size: 1.5em;
    }

    You can pay with the 1.5 value to adjust the pop-up calendar sizing.

    [Configurable List Widget] Increasing pop up calendar size Image 1 Screenshot 20

    If you need any further assistance, please let us know.

  • nitetraincoach
    Replied on October 19, 2015 at 5:38 PM

    Awesome. Thank you!

     

    Any idea why the calendar is missing the beginning dates of each month?