CSS Customization: Reduce Padding Between Fields in Client Info Section

  • Profile Image
    dkpestpros
    Asked on March 19, 2026 at 7:08 AM

    
CSS Customization: Reduce Padding Between Fields in Client Info Section
Image-1

  • Profile Image
    Nikola JotForm Support
    Replied on March 19, 2026 at 7:20 AM

    Hi dkpestpros, 

    Thanks for reaching out to Jotform Support. You can easily reduce padding by Injecting CSS Codes into your form. Let me walk you through it:

    1. First, copy this code:

    .form-buttons-wrapper{
    border-top: 0;
    }

    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.

    
CSS Customization: Reduce Padding Between Fields in Client Info Section
Image-1

    Give it a try and let us know how it goes.