-
Kgr0upAnswered on May 04, 2017 02:51 PM
How can I make this long text field open as wide as the question of the form width? I need the person to upload up to 1000 characters and on that window it would be hard to review what they have written....
-
Jim JotForm Support ManagerAnswered on May 04, 2017 04:08 PM
You can adjust the width of the Long Text Entry rich text editor by injecting the following CSS codes:
.form-textarea-limit > span > div {
width : 600px !important;
}
.nicEdit-panelContain {
width : 600px !important;
}
.nicEdit-main {
width: 592px !important;
}
Complete guide: How-to-Inject-Custom-CSS-Codes
Result:
-
Kgr0upAnswered on May 04, 2017 04:34 PM
THANKYOU!!!! jotform and all of you are great!!!
-
Jim JotForm Support ManagerAnswered on May 04, 2017 04:39 PM
Thanks for the compliment, we truly appreciate it! If you need help in the future, just open a new thread so we can assist you. Cheers!