top of page
image.png

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

Updated: Jun 10

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

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.

bottom of page