top margin or padding

  • solon
    Asked on August 28, 2015 at 4:17 AM

    I like my forms to start at the top of the page. How can I reduce the size of the padding at the top.

     

    example:

    lonelyoakradio.com SUBMIT your Music on 2 press the top margin or padding Image 1 Screenshot 20upload now button

  • Chriistian Jotform Support
    Replied on August 28, 2015 at 7:13 AM

    Hi,

     

    You can try to inject the custom CSS code below in your form to remove the padding on top of the form.

    .jotform-form {

        padding-top: 0px !important;

    }

     

    To inject custom CSS code in your form, just follow the instruction provided in this article: How to Inject Custom CSS Codes.

     

    Do let us know if you need further assistance.


    Regards.