How do I increase the width of each of the fields, to the same width, t
-
HoerrnerAsked on July 02, 2020 at 07:43 AM
How do I increase the width of each of the fields, to the same width, to cover about 80% of the width of the survey?
This is a re-post of a comment on How to Inject Custom CSS Codes
-
VincentAnswered on July 02, 2020 at 09:55 AMJotform Support
Hi,
Are you referring to this form? https://www.jotform.com/201813444015040
If yes, please add this custom CSS code:
.form-textbox, .form-textarea {
width: 500px;
}
To add the custom CSS code to your form, please follow this guide: https://www.jotform.com/help/117-How-to-Inject-Custom-CSS-Codes
Result of my test: