I could not fit all my items on the configurable list on my page?

  • lvalenzuela
    Domanda del 22 giugno 2018 alle ore 18:59

    I'm new to this and I'm struggling on how to make everything I want fit on the box. Please help!


    https://www.jotform.com/build/81725288389169.


  • jonathan
    Risposta del 22 giugno 2018 alle ore 20:02

    You will need to apply the custom CSS injection on your form described on this user guide:

    https://www.jotform.com/help/456-How-to-Make-the-Configurable-List-Widget-Mobile-Responsive

    Example, you can check the output result on my test form https://www.jotform.com/81727328117963

    1529712144zzz 2018 06 23 08 Screenshot 10


    Let us know if you need further assistance.


  • jonathan
    Risposta del 22 giugno 2018 alle ore 20:07

    I also recommend you set the Minimal Rows option in your Configurable list to one(1) only for best result.

    Ex:

    1529712277zzz 2018 06 23 08 Screenshot 10


    In case you are not able to figure it out, the CSS code I added to the configurable list in my test were these:

    #list tbody > tr:first-child {display: none;} #list {width: 100%; border-collapse: collapse;} #list tbody > tr > td{display:block; padding: 6px 0;} #list tbody > tr + tr + tr {border-top: 1px solid #ccc;} #list tbody tr td:first-child {padding-top: 20px;} .mobileColumnName {display: inline-block; padding-bottom: 4px; width: 40%; box-sizing: border-box;} .mobileColumnName + input, .mobileColumnName + textarea, .mobileColumnName + select, .mobileColumnName + .radio-container, .mobileColumnName + .checkbox-container, .mobileColumnName + .dateContainer {width: 60%; display: inline-block; box-sizing: border-box; vertical-align:top; box-shadow:none;} .buttonsColumn {text-align: right;}

    ---

    1529712380zzz 2018 06 23 08 Screenshot 21

    ---

    and on the Form Designer CSS these:

    iframe[src*="configurableList"] {width: 100% !important;}

    1529712461zzz 2018 06 23 08 Screenshot 32