I want the text boxes 1/4 of the size that they are now. 

  • campcup
    Asked on September 8, 2016 at 1:33 AM
    1)  I want the text boxes 1/4 of the size that they are now.  It seems very long.  I like the size of them in the sample form.
  • Chriistian Jotform Support
    Replied on September 8, 2016 at 2:06 AM

    I checked your form and the textboxes doesn't seem to be very long.

    I want the text boxes 1/4 of the size that they are now Screenshot 30

    However, if you would like to shorten their width further to 1/4 of their size, you can do so by injecting the custom css code below. Please follow our guide here on How to Inject Custom CSS Codes.

    input {

        width: 56px;

     

    }

    This is how it should look after:

    I want the text boxes 1/4 of the size that they are now Screenshot 41

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

  • campcup
    Replied on September 8, 2016 at 11:46 AM
    Christian,
    You are right, the text boxes do not look long when I preview the form.
    Thanks for your help!
    ...
  • Kiran Support Team Lead
    Replied on September 8, 2016 at 1:36 PM

    You are welcome. If you need to decrease the width of the text boxes, please try injecting the CSS code provided by our colleague and let us know if you need any further assistance. We will be happy to assist. 

    Thank you!