-
jsmcAsked on August 10, 2025 at 11:17 AM
Hello,
There are lot of extra white spaces before and after each element, how can it be reduced so that more content is visible with a limited scrolling on the page.
Page URL: https://form.jotform.com/252189108469163 -
Reymae JotForm SupportReplied on August 10, 2025 at 11:34 AM
Hi jsmc,
Thanks for reaching out to Jotform Support. You can easily remove the whitespace above and below the form fields by Injecting CSS Codes into your form. Let me walk you through it:
1. First, copy this code:
/* Remove form fields whitespace - 29899861 */
.form-line {
margin-top: -5px !important;
margin-bottom: -5px !important;
}
/* End of code */
2. In Form Builder, click on the Paint Roller icon on the right side of the page to open Form Designer.
3. Now, in the Form Designer menu, click on the Styles tab, scroll down and paste the code into the Inject CSS Code box. That’s it. The code is automatically saved.
Give it a try and let us know how it goes.
-
jsmcReplied on August 10, 2025 at 2:00 PM
Thanks it worked fine.
Your Reply
Something Went Wrong
An error occurred while generating the AI response. Please try again!