Logo Dimensions

  • blossomwithmaggie
    Asked on November 8, 2017 at 11:52 AM

    What are the best dimensions for a logo when uploading to a form? I'd like it to fill the space.

  • BJoanna
    Replied on November 8, 2017 at 1:09 PM

    Which space do you want to fill? Your logo has the same width as the form (690px). 

    You can change the width, height and alignment of your logo.

    1510164180logo Screenshot 10

    Do you want to remove the blank space at the top of the form?

    1510164487white Screenshot 21

    If so, add this CSS code to your form:

    .jotform-form {

        padding: 0!important;

    }

    How to Inject Custom CSS Codes