Margem superior

  • waldomiro
    Asked on September 30, 2015 at 1:46 PM

    como faço pra retirar a margem superior dos formularios pois já fui em designer e não faz 

     

    por favor no aguardo

  • David JotForm Support
    Replied on September 30, 2015 at 3:39 PM

    Hi,

    To remove the white space at the top of your form, add this code to your form:

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

    .form-all {
      margin-top: 0 !important;
      padding-top: 0 !important;
    }

    That should remove any extra padding or margins from the top of your form.

    If you have any further questions, let us know and we will be happy to help.