Section Collapse Getting Cut Off

  • stormingrobots
    Asked on June 3, 2025 at 1:35 PM

    form: 202438006541143

    Section Collapse Getting Cut Off Image 1 Screenshot 20

    noticed that the bar height got trimmed . This is created just like other bars which look fine. Not sure why. Please advice.

  • Aries JotForm Support
    Replied on June 3, 2025 at 2:32 PM

    Hi stormingrobots,

    Thanks for reaching out to Jotform Support. When I cloned and tested your form, I ran into the same issue. It seems the Section Collapse field is getting cut off when it is placed before the submit button. To fix this, you can inject custom CSS codes into your form. Let me show you how to do it:

    1. First, copy this code:

    ul#section_116.form-section-closed {
      min-height: 80px !important;
      padding-bottom: 16px !important;
    }

    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.

    Section Collapse Getting Cut Off Image 1 Screenshot 30

    Here's the result:

    Section Collapse Getting Cut Off Image 2 Screenshot 41

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

  • stormingrobots
    Replied on June 3, 2025 at 5:12 PM

    works great. Thank you.

Your Reply