How to remove top margin from page 2,4,5.

  • rescueadoptionassistance
    Asked on July 14, 2025 at 4:30 AM
    Also unable to remove the top margin on top content box pages 2, 4 and 5 to make consistent with pages 1 and 3. If you can give some info on that too that'd be great!
  • Ravi JotForm Support
    Replied on July 14, 2025 at 4:36 AM

    Hi Shae,

    Allow me some time to look into this. I’ll get back to you as soon as possible with my response.

    We appreciate your patience and understanding while we’re looking into this.

  • Ravi JotForm Support
    Replied on July 14, 2025 at 5:04 AM

    Hi Shae,

    You can easily remove the top margin from the content boxes on pages 2, 4, and 5 by Injecting CSS Codes into your form. Let me walk you through it:

    1. First, copy this code:

    label#label_166,
    label#label_83,
    label#label_101 {
    margin-top: -30px;
    }

    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.

    How to remove top margin from page 2,4,5 Screenshot 20 You can also check out our guide on How to Inject Custom CSS Codes for more information.

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

  • rescueadoptionassistance
    Replied on July 14, 2025 at 7:39 AM

    Lovely! Worked a treat. Thank you!