-
NordalAnswered on January 19, 2020 02:34 PM
Hi there,
I am making a form which I am ready to start using. However, for some reason there is a huge blank space at the top of the form that I can't seem to get rid of. Please can you help? As it looks unprofessional and I can't start using the form.
I want the form to start at the top of the page.
PLEASE HELP URGENTLY!!
Page URL: https://form.jotform.com/200114533021332 -
VincentJayAnswered on January 19, 2020 03:04 PM
Are you referring to this space? See the screenshot below.
If yes, please add this custom CSS code to your form:
@media screen and (min-width: 1024px)
.jotform-form {
padding: 0px;
}
To add a custom CSS code, please follow this guide: