Quantity and size options not working

  • carolmarielorenzo1973
    Asked on February 22, 2021 at 5:48 AM

    Wondering what happened to my form, sending screenshots. When you open the form in full up mode you can't see size options for all those that seem to be grouped. When you click on the category the product list is there but size and quantity options are not working.

    Jotform Thread 2914463 Screenshot
  • roneet
    Replied on February 22, 2021 at 6:05 AM

    Please allow me some time to take a look at it.

    Thanks.

  • roneet
    Replied on February 22, 2021 at 6:11 AM

    Could you please inject this CSS in your form and see how it goes:

    @media screen and (max-width: 480px), screen and (max-device-width: 767px) and (orientation: portrait), screen and (max-device-width: 415px) and (orientation: landscape) {

    .form-product-item.hover-product-item {

    height: 350px;

    }

    }

    Please review this guide to inject CSS:

    https://www.jotform.com/help/117-how-to-inject-custom-css-codes

    Thanks.