How to show Configurable List Widget in a line

  • Romeastrata
    Domanda del 8 giugno 2023 alle ore 09:17

    buongiorno, nel form, nella sezione orari di apertura (pagina3) ho utilizzato un widget "elenchi configurabili" che però non mi permette di mettere su un unica riga tutti i dati è risolvibile?

    grazie e buona giornata
    silvia

    Jotform Thread 5226168 Screenshot
  • Anthony_E
    Risposta del 8 giugno 2023 alle ore 11:32

    Hi Silvia,

    Thanks for using Jotform. Unfortunately, our Italian Support agents are currently busy helping other Jotform users at the moment. I'm going to reply to you in English, but you can reply in whichever language you feel comfortable using. Or, if you'd prefer to receive support in Italian let us know and we can have them do that. But, keep in mind that you'd have to wait until they're available again.

    Yes, you can do this with Custom CSS code. Let me show you how:

    • In Form Builder, click on the Wand icon next to the Configurable List Widget.
    • In Widget Settings, select Custom CSS on the right side of the screen.
    • Next, Inject the CSS code below into your Custom CSS to make the widget in one line and click Update Widget.
    [class*="col"] {
     min-width: 100px !important;
    max-width: 100px !important;
    }

    How to show Configurable List Widget in a line Image 1 Screenshot 20

    Give it a try and let us know how it goes.

  • Romeastrata
    Risposta del 9 giugno 2023 alle ore 03:57

    perfect thanks