How to increase the margin at the top of the form?

  • office@mtc-uk.com
    Asked on September 12, 2019 at 7:49 AM

    Hi, 


    Is there a way to increase the margin at the top of the form page between the logo and the top of the page.


    Also, is there a way to crop the logo in form builder so the emblem below the main logo doesn't appear? 


    Jotform Thread 1961530 Screenshot
  • Ashwin JotForm Support
    Replied on September 12, 2019 at 9:23 AM

    Is there a way to increase the margin at the top of the form page between the logo and the top of the page.

    Please inject the following custom css code in your form to add top margin before the form:

    .supernova {

        margin-top: 20px !important;

    }

    Feel free to change the value of 20px to increase or decrease the blank space. The following guide should help you how to inject custom css code in form: https://www.jotform.com/help/117-How-to-Inject-Custom-CSS-Codes 


    Also, is there a way to crop the logo in form builder so the emblem below the main logo doesn't appear? 

    Unfortunately it is not possible to crop the image in form builder. I would suggest you to please download the image, crop it and upload it again in form.

    Hope this helps.

    Do get back to us if you have any questions.

  • office@mtc-uk.com
    Replied on September 12, 2019 at 10:08 AM

    Thanks a lot!