How to resize "Configurable List Widget"

  • RGDGREEN
    Asked on October 14, 2016 at 1:16 AM

    I added the  "configurable list widget" to my form , but the flieds are too big and goes to the edge of the page, how can I change the size of the fields? 

    http://npm4000.org/TOYS_APP.html

  • Özlem JotForm Developer
    Replied on October 14, 2016 at 2:58 AM

    To change the size of your text field and to fix the "M/F" column view, please inject the css code as below to your "Configurable List Widget".

    input[type="text"] {

           width: 100px;

    }

    .checkbox-container{

          width:80px;

          margin-left:5px;

     

    }

    When you inject the css code, your page will be seen as below.

    How to resize Configurable List Widget Image 1 Screenshot 40

     

    How to inject custom css code to "Configurable List Widget" 

    1. Select the "Configurable List" in your Form Builder.

    How to resize Configurable List Widget Image 2 Screenshot 51

     

    2. Inject your css code to Custom CSS.

    How to resize Configurable List Widget Image 3 Screenshot 62

     

     

    If you need any other support by our side, please let us know.