Reduce distance between collapse box and dropdown menu

  • b.m.ezzat
    Asked on September 14, 2015 at 2:33 AM

    Dears

    i want to reduce the distance after the collapse box and before the quantity drop down menu which is highlighted in  red in attached pic

    While keeping the distance after the quantity drop down menu and before the collapse as it is

    Jotform Thread 661407 Screenshot
  • Charlie
    Replied on September 14, 2015 at 12:09 PM

    Hi,

    Please try using this code:

    .form-section-closed {

        height: 40px !important;   

    }

    Add it in your CSS tab in the Form Designer Tool

    Reduce distance between collapse box and dropdown menu Image 1 Screenshot 20

     

    Do let us know if that works.