Cant get the square footage field at 254 px

  • kauseway
    Asked on July 27, 2015 at 11:27 PM

    I have a sqft field but I need to make it a number field so I can do some calculations. I just put in a new field labeld square footage above sqft. But the field width is not 254px. I cant seem to get it to 254. I have tried adjusting it in the designer section and even tried adjusting it in the css section of designer.   

     

    http://form.jotformpro.com/form/50005155818954

  • Chriistian Jotform Support
    Replied on July 28, 2015 at 4:12 AM

    Hi kauseway,

    Thanks for contacting us.

     

    I am currently checking your form - http://form.jotformpro.com/form/50005155818954 . Please give me more time in investigating this. I will get back to you as soon as I get a result.

     

    Regards.

  • Chriistian Jotform Support
    Replied on July 28, 2015 at 4:42 AM

    Hi kauseway,

     

    As per further checking, the square footage field in a desktop browser with full screen is displays correctly with 254px width.

    Cant get the square footage field at 254 px Image 1 Screenshot 20

    However, when I checked the form in a smaller screen (smaller than 480px) the width changes to 2052px. You can fix this by injecting this custom CSS:

    input#input_87 {

        width: 100% !important;

     

    }

    To inject custom CSS, you can follow the steps on this guide: How to Inject Custom CSS Codes.

     

    Do let us know if you need further assistance.

     

    Regards.