Configurable list widget: How to show fields in 3 columns?

  • AnaLuizaRems
    Asked on June 28, 2024 at 4:32 PM
    I was not able to understand how I can change, with the CSS code, from 4 to 3 columns in this question 12 (i think in this way, people will be able to read and respond it better).


    Can you please help?


    Kind regards,


    Ana Luiza

  • Afzal JotForm Support
    Replied on June 28, 2024 at 4:57 PM

    Hi Ana,

    To change the field arrangements and show the fields in 3 columns, check out the steps and screenshot below to see how to add the custom CSS to your widget:

    • Click on the Wand icon to open Widget Settings.
    • Open the Custom CSS tab and add the below code.
    /*To Show 3 columns - 16387941*/
    .configurable-list-field-wrapper {
        min-width: 30% !important;
        align-self: end !important;
    }
    • Click on the Update button to save the changes.

    Configurable List Widget: Fit the field without scrollbar Image 1 Screenshot 30 Screenshot 20

    Here's what the result will look like:

    Configurable list widget: How to show fields in 3 columns? Image 1 Screenshot 31

    Here's the cloned version of the form that you can test.

    Please give it a try and let us know how it goes. 

  • AnaLuizaRems
    Replied on July 1, 2024 at 8:50 AM

    Thank you, it worked!

 
Your Answer