How can I adjust the width of the Long Text Entry field's rich text editor?

  • Kgr0up
    Asked on May 4, 2017 at 2: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....

    How can I adjust the width of the Long Text Entry fields rich text editor? Image 1 Screenshot 20

     

  • Support_Management Jotform Support
    Replied on May 4, 2017 at 4: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:

    How can I adjust the width of the Long Text Entry fields rich text editor? Image 1 Screenshot 20

  • Kgr0up
    Replied on May 4, 2017 at 4:34 PM

    THANKYOU!!!! jotform and all of you are great!!!

  • Support_Management Jotform Support
    Replied on May 4, 2017 at 4: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!