Large space below image

  • rsvpfree
    Asked on March 22, 2015 at 12:07 PM

    But the vertical space below the image and the first line of fields (Your Name) is much too large.

    Can you please tell me how to reduce this.

    This form is now at http://www.jotformeu.com/rsvpfree/rsvpfree1 (with a few other small changes from the version that you cloned).

  • BJoanna
    Replied on March 22, 2015 at 12:15 PM

    In other to reduce large space below image you need to Inject Custom CSS.  To do that inside of your Form Builder select Setup & Embed tab, then click on Preferences, then select Form Styles tab and inside of Inject Custom CSS field at the bottom of existing code paste this code:

    #id_81{

    top: 25px;

    }

    Large space below image Image 1 Screenshot 30

    After adding this code your form should look like this.

    Large space below image Image 2 Screenshot 41

    Hope this will help.