How can I reduce the space between the last 2 fields on my form?

  • HAApplications
    Asked on September 17, 2017 at 11:45 PM

    How do I reduce the blank space between the blocks on the listed form below.

    Specifically between the text block and the bottom image block.

     

     

  • Support_Management Jotform Support
    Replied on September 18, 2017 at 3:21 AM

    Are you referring to this space?

    How can I reduce the space between the last 2 fields on my form? Image 1 Screenshot 20

    If so, inject the following CSS codes to your Form Builder to move the image a bit higher:

    #id_6 {

        margin-top: -30px;

    }

    Complete guide: How-to-Inject-Custom-CSS-Codes