All the sub-products on my order form are not displaying

  • ejspecialties
    Asked on April 28, 2017 at 2:19 PM

    The next question is:  if you look at any of the orderforms, you will see that we have 4 choices for attachments, but the last option "pocket clip" does not appear unless you tab down to it.  Could you please tell me how to fix this problem?  

    Thank you again.

  • Kiran Support Team Lead
    Replied on April 28, 2017 at 2:31 PM

    Please inject the following CSS code to the form and make the changes as mentioned in the screenshot below so that the product options should be displaying correctly.

    .form-product-item > div {

    height: auto !important; 

    }

    Also, please change the height from 180px to auto in the .form-product-item section as shown in the screenshot.

    All the sub products on my order form are not displaying Image 1 Screenshot 20

    Hope this information helps!