Formatting Configurable List widget width.

  • laciezahradnik
    Asked on October 7, 2016 at 11:16 AM

    Hi 

    My widget needs to be shortened a bit on my Post Recruiting Expense Report form.  Can you help with this?

     

  • David JotForm Support Manager
    Replied on October 7, 2016 at 1:29 PM

    Inject the following CSS code in your Configurable List widget Custom CSS area:

    select.m{

        width: 90px !important;

    }

    select.d{

        width: 40px !important;

    }

    select.y{

        width: 60px !important;

    }

    Example:

    Formatting Configurable List widget width Screenshot 20

    Let us know if you need more help, we will be glad to assist you.