How to change the size ?

  • uae0786
    Asked on July 19, 2017 at 4:16 AM

    Jotform Thread 1202853 Screenshot
  • John_Benson
    Replied on July 19, 2017 at 5:25 AM

    Could you please share the form ID or form direct link so we can check it further? We can provide you a Custom CSS Code to change the size in the screenshot that you have provided. 

    We'll wait for your response. 

     

  • uae0786
    Replied on July 19, 2017 at 7:43 AM
    https://www.jotform.com/build/71815037604453
    ________________________________
    ...
  • Chriistian Jotform Support
    Replied on July 19, 2017 at 11:06 AM

    If you want to adjust the width of the textbox on your matrix field, you will need to inject custom CSS code to your form. Here is a sample CSS code that sets the matrix field width:

    td.form-matrix-values input {

        width: 100px;

    }

    How to change the size ? Image 1 Screenshot 20

     

    To inject custom CSS code to your form, just follow the instructions provided in this article: How to Inject Custom CSS Codes. If you are referring to a different concern, please provide us more details so we can further check your concern.