Form too narrow and high.

  • pardop1
    Asked on August 26, 2016 at 11:38 PM

    i injected a css code to lower the form, but it is not working. i also need to make the form wider - too narrow. Very upset about this bc the form was already set and then all of the formatting disappeared. Please fix. https://form.jotform.com/62259186051961

     

  • Mike_G JotForm Support
    Replied on August 27, 2016 at 12:59 AM

    Please try to add the CSS codes below: 

    .form-all {

        width: 800px !important;

        max-width: 800px !important;

        margin-top: 300px !important;

    }

    You can change the value for each property to your preference. 

    I hope this helps. If you need any further assistance, please feel free to contact us anytime.

    Thank you.