top of page
image.png

Removing the white space at the top of a form in Jotform

Updated: Jun 10, 2024

If a VA is designing a form in Jotform and you want to decrease the space at the top of the form, please read this article.


Below is the code to put in the advanced designer tool to remove white space at top:


.form-all {

padding-top: 0;

}


To also remove the space between the logo and the form:


.form-all {

box-shadow : none!important;

padding-top : 0;

margin-top : 30px;

}



To remove the whitespace around the form in mobile version:


@media screen and (max-width:480px){ .supernova body { margin: 0 !important; } ul.form-section.page-section { padding: 0 !important; } .supernova { background-color: transparent; } }








Related Posts

See All
New SOP for Recap Vids

This SOP is for student reps, Amrissa, and Meryo. It outlines the new process for managing recap videos to ensure timely updates and...

 
 

© 2024 MaS Dance, LLC. All Rights Reserved.

© 2024 MaS Dance, LLC. All rights reserved.

bottom of page