Product options are not displaying in full height.

  • fitmealsmurray
    Asked on May 16, 2017 at 9:10 PM

    How to I edit the spacing around the options?  See attached image.

     

    thanks,

    Anne-Marie

     

     

    Jotform Thread 1146602 Screenshot
  • Ashwin JotForm Support
    Replied on May 17, 2017 at 12:26 AM

    Hello Anne,

    I did check your form and found that you have injected several custom css code in your form which is causing this issue. I have fixed it in your form by editing the following custom css code:

    .form-product-item {

        position: relative;

        height: 110px !important;

        width: 610px !important;

        margin-bottom: 5px;

    }

    Do test your form again and get back to us if the issue persists.

    Thank you!