Hi there, I am trying to configure the configurable list widget in my custom form.

  • JChristie1983
    Asked on July 27, 2016 at 10:11 PM

    I only have three fields and I want to spread them out across the width of the page. The item number box can stay the same size, the item description box needs to be wider to accommodate more information. The quantity dropdown menu can be further right. Can I create a larger gap between the three fields as well?

     

    Thanks!

    Jotform Thread 892365 Screenshot
  • Chriistian Jotform Support
    Replied on July 28, 2016 at 1:32 AM

    Please inject the custom css below into the Custom CSS area of the widget.

    td {

        padding-right: 25px;

        padding-top: 10px;

    }

    .col2 input {

        width: 300px;

    }

    Hi there, I am trying to configure the configurable list widget in my custom form Screenshot 30

    This is how it should look after updating the widget.

    Hi there, I am trying to configure the configurable list widget in my custom form Screenshot 41

    Please let us know if you need further assistance.
    Regards.