How can I remove the excess white space from my form?

  • healyj814
    Asked on June 30, 2016 at 6:25 PM

    I am using one of your forms on my website: www.healyco.com

    and I would like to know how I can remove all the excess white space below the form, but in the pop-up box, so that it looks more professional.

    My webmaster can't figure out how to do it. Can you provide instruction for how to make the pop-up box smaller or just to eliminate all the white space below the form?

    thank you, John Healy, jhealy@healyco.com

  • Chriistian Jotform Support
    Replied on June 30, 2016 at 9:15 PM

    You can change the height of the feedback form to make the feedback form smaller. Please copy and use the code below where I have adjusted the height to 335px.

        <script src="https://form.jotform.com/static/feedback2.js?3.3.REV" type="text/javascript">

          new JotformFeedback({

            formId: "61818275591969",

            buttonText: "Clone of callout",

            base: "https://form.jotform.com/",

            background: "#F59202",

            fontColor: "#FFFFFF",

            buttonSide: "left",

            buttonAlign: "center",

            type: 1,

            width: 700,

            height: 335

          });

        </script>

    How can I remove the excess white space from my form? Image 1 Screenshot 20

    If you need further assistance, please let us know.