-
CaliforniaAITCAsked on December 17, 2015 at 4:41 PM
The form I create has quite big gap at the top when I embed the form. If I embed the form under the heading/paragraph in my web page, there is a big gap between the heading/paragraph and the embedded form. I cannot find out how to reduce or delete the gap. I went to the property of form and looked into the CSS code, but I couldn't find the code to do so. Please give me an advice. I wouldn't want to use the heading/text in the JotForm.
-
jonathanReplied on December 17, 2015 at 6:48 PM
You can add the CSS code to your jotform http://www.jotform.us/form/53506004627146
.form-all {
margin-top: -10px !important;
}
The margin-top negative number will move the form upward. You can increase the negative as needed.
Hope this help. Let us know how it goes.