Textbox Widths

  • safeinsight
    Asked on February 5, 2018 at 8:59 AM

    I am proficient in using CSS and other functions of JotForm to make various adjustments.  But on this particular form, I am not able to get the textbox widths to expand beyond a certain point.  I have tried everything I can think of from adjusting size in the textbox options, to using CSS, to using advanced designer.  The boxes appear to be stuck at this width or smaller.

    Jotform Thread 1372765 Screenshot
  • Ardian_L
    Replied on February 5, 2018 at 9:31 AM

    Can you please use this CSS Code to fix the issue:

    @media (min-width:1024px){

    .form-input-wide .form-readonly {

        max-width: 1000px !important;

        width: 1000px !important;

    }

    }

    On the article below you can find on how to inject CSS Code on your form:

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

    Let us know if you have any other question. 

  • safeinsight
    Replied on February 5, 2018 at 4:09 PM

    Ok thank you! I guess it's because I didn't use the "important" designation when I tried previously. 

    Any chance I could get you to help center (both vertically and horizontally) the 2 images and one field at the top?  They are ok on the form itself (could stand a bit of a margin left though).  But when I try to print them, this is what I get.  See image below. 

    1517864961Capture81 Screenshot 10

  • Support_Management Jotform Support
    Replied on February 5, 2018 at 4:50 PM

    To avoid confusion, I moved your last question to a separate thread https://www.jotform.com/answers/1373457

    I'll be replying there shortly.