Change width rich text boxes

  • miyonimuwc
    Asked on October 1, 2015 at 12:06 AM
    3. also in section C (page 4) in my form i have 3 text area boxes which i want them to be in rich text mode. is there a way to change the width of these rich text boxes as they are quite thin? 
  • Chriistian Jotform Support
    Replied on October 1, 2015 at 3:50 AM

    Hi,

     

    Can you try to add/inject this custom CSS code in your form to adjust the width of the text area?

    [data-type="control_textarea"] .form-input{

    width:initial !important;

    max-width:none !important;

    }

    .form-textarea{

    width:initial !important;

    max-width:none !important;

    }

     

    You can check this article for instructions on how to inject custom CSS code: How to Inject Custom CSS Codes.

     

    Do let us know if you need further assistance.
    Regards

  • miyonimuwc
    Replied on October 1, 2015 at 4:02 AM

    thanks! 

    i have inserted it and the width has changed to the normal size like it was in the beginning. the question is could it be even wider or is this width is the max? 

    (for very long answers its still quite thin) 

     

    thanks!

    http://form.jotform.me/form/52706253771456

  • Chriistian Jotform Support
    Replied on October 1, 2015 at 5:43 AM

    Can you try to inject this custom CSS code instead of the previous code that I have provided?

    #cid_32, #cid_33, #cid_34{

    width: 450% !important;

    max-width:none !important;

    }

    #input_132, #input_133, #input_134{

    width: 450% !important;

    max-width:none !important;

    }

     

     

    Do let us know if you need further assistance.
    Regards.

     

  • miyonimuwc
    Replied on October 1, 2015 at 6:59 AM

    yes its working! thanks  a lot!! :)

  • Boris
    Replied on October 1, 2015 at 9:27 AM

    On behalf of my colleague, Christian, you are most welcome. :)

    Please don't hesitate to open a new support thread if you need any other assistance with your forms, and we will do our best to help.