Adjust the top margin of the form and the submit button

  • cobbkenneth
    Asked on January 27, 2015 at 9:21 AM
     Also, there is still way too much margin at the top of the form and a little too much margin between the form field and the "go" button.  How do we fix those?
  • Welvin Support Team Lead
    Replied on January 27, 2015 at 9:27 AM

    Hi,

    I've fixed it for you by adding the following custom CSS codes to your form:

    div#cid_2 {

    margin-top: -30px;

    }

    .form-all {

    margin-top: -45px;

    }

    You can check these codes by following the steps from this guide: http://www.jotform.com/help/117-How-to-Inject-Custom-CSS-Codes.

    Thank you!