-
Mecinda DunaganAsked on December 31, 2024 at 8:13 PM
-
Danilo JotForm SupportReplied on January 1, 2025 at 6:04 AM
Hi Mecinda,
Thanks for reaching out to Jotform Support. I am not sure if I understand your concern correctly. Do you want to have two columns using the Configurable list widgets? If yes, you can Injecting CSS Codes to Configurable list widgets. Let me show you how:
1. First, copy this code:
.configurable-list-field-wrapper {
min-width: calc(50% - 8px);
2. In Form Builder, click the Wand icon of your Configurable list widget.
3. Next, In Widget Settings. Click Custom CSS inject the CSS code, and click Update Widget.
Give it a try and let us know how it goes.