Product options covered by other products

  • ejspecialties
    Asked on October 10, 2017 at 1:13 PM

    product options covered by other products

    Jotform Thread 1269524 Screenshot
  • BJoanna
    Replied on October 10, 2017 at 1:29 PM

    Do you have an issue with this form http://www.jotform.us/form/53136143324143?

    The issue is related to the CSS code that you added to your form. The height of the product items is set to 180px.

    1507656255CSS Screenshot 10

    To resolve this issue increase the height to 300px. 

    .form-product-item {

        position : relative;

        height : 300px !important;

        width : 600px !important;

        margin-bottom : 10px;

    }

    How to Inject Custom CSS Codes

    Here is my demo form: https://form.jotform.com/72825323335959 

    Feel free to test it and clone it

    Hope this will help. Let us know if you need further assistance.