Is it possible to increase width of any Text Input of  Fill In the Blanks? 

  • Andrew_Chamot
    Asked on August 12, 2020 at 10:19 AM
    Is it possible to increase width of any Text Input of  Fill In the Blanks? 
  • Jovanne JotForm Support
    Replied on August 12, 2020 at 10:43 AM

    Hi,

    Please try to add this custom CSS code:

    span.FITB-inptCont[data-type=textbox] input {

        width: 300px;

    }

    Please note that you can change the value of the width property to any value you prefer. The higher the value, the wider the text field.

    Guide: https://www.jotform.com/help/117-How-to-Inject-Custom-CSS-Codes

    Sample output:

    Is it possible to increase width of any Text Input of  Fill In the Blanks?  Image 10


    Please give it a try and let us know if this worked for you.

  • Andrew_Chamot
    Replied on August 13, 2020 at 7:58 AM

    Thank you very much. :)