-
DemoRapAsked on April 7, 2025 at 10:20 PM
What custom css do I need to add to my jotform to make a field In configurable list widget 10px
Page URL: https://www.jotform.com/213337334983056 -
Kyle JotForm SupportReplied on April 8, 2025 at 8:45 AM
Hi Deomid,
Thanks for reaching out to Jotform Support. You can change the font size of the Configurable List widget by injecting the CSS code in your widget below:
/* resize the font size */
.configurable-list-field-label {
font-size: 10px !important;
}
/* Ends here */
To inject the CSS Code in your widget, check out the steps and screencast below:
- Open your form in Form Builder, click the wand icon of your Configurable List Widget to open the Widget Settings panel.
- Go to the Custom CSS tab.
- Paste the CSS Code into the textarea.
- Click the Update button to save the changes.
-
Kyle JotForm SupportReplied on April 8, 2025 at 8:47 AM
Hi Deomid,
Sorry about the confusion; can you share with us which field in your configurable list widget you want the field size to be adjusted for?
Once we hear back from you, we'll be able to help you with this.
-
DemoRapReplied on April 8, 2025 at 8:50 AMThe col3
... -
Ronald JotForm SupportReplied on April 8, 2025 at 11:23 AM
Hi Deomid,
Are you referring to the Travel Time field? If so, you can use the code below to make the inputted text on it to be 10px.
input.form-number-input.form-textbox.stepper.translatable._3mdrn7jdi._uidset {
font-size: 10px !important;
}
See the screenshot below for the results:
Keep us updated and let us know if you need any more help.
-
DemoRapReplied on April 8, 2025 at 11:30 AMNo. I’m referring to the field.—->>> that’s a static field and I want to made it take up less space. Not font. Just width. Thank you.
... -
Ronald JotForm SupportReplied on April 8, 2025 at 12:19 PM
Hi Deomid,
You can use the code below to remove the space of the static field from the form:
.configurable-list-field-wrapper.col3.static-field-selector {
display: none;
}
.configurable-list-field-wrapper {
width: 100px !important;
}
See the screenshot for the results:
Reach out again if there’s anything else we can do for you.
-
Deomid RapoportReplied on April 12, 2025 at 2:18 PM
I don’t want to remove the Col3.static field size completely. Just want it 10px.
-
Ronald JotForm SupportReplied on April 12, 2025 at 3:17 PM
Hi Deomid,
Apologies for the misunderstanding. I checked the form, and it seems you re-ordered the fields. The code below allows you to minimize the field into 10px:
.configurable-list-field-wrapper.col4.static-field-selector {
width: 10px !important;
min-width: 10px !important;
}
See the screenshot below where the white element ti the Col.3static:
Reach out again if there’s anything else we can help you with.
-
DemoRapReplied on April 12, 2025 at 3:40 PMThat’s it!! Thank you.
... -
Deomid RapoportReplied on April 12, 2025 at 4:36 PM
-
Roi JotForm SupportReplied on April 12, 2025 at 8:23 PM
Hi Deomid,
I have Moved your new question to a new thread and answered it there.
Thanks for your patience and understanding, we appreciate it.
-
DemoRapReplied on April 17, 2025 at 12:15 PM
-
Keenly JotForm SupportReplied on April 17, 2025 at 1:49 PM
Hi Deomid,
I’ve moved your new question about hiding the description on the left side in Card View to a separate thread to keep things organized and avoid confusion. You can check our response here.
Let us know if you have any other questions.
Your Answer
Something Went Wrong
An error occurred while generating the AI response. Please try again!