-
Romeastratabuongiorno, 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
-
Anthony_EHi 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;
}

Give it a try and let us know how it goes.
-
Romeastrataperfect thanks
