How do I remove the holding space for logos

  • CaffeineCreativesForms
    Asked on July 20, 2018 at 11:49 AM

    How do I reduce the space at the top of my form that is a placeholder for an image? 

  • Mike_G JotForm Support
    Replied on July 20, 2018 at 1:11 PM

    Are you referring to this "space"? (Please refer to the image below)

    1532105956t12 54 14 Screenshot 10

    If yes, then you can inject the custom CSS codes below to your form to remove it — How-to-Inject-Custom-CSS-Codes

    li#id_23 {

        margin-top: 0px !important;

    }

    div#text_23 {

        padding-top: 0px !important;

    }

    div#text_23 p:first-child {

        margin-top: 0px !important;

    }

    1532106676t13 09 44 Screenshot 21

    If that is not what you are referring to, please give us more details so we can help you further