The quantity drop down cuts off the value.

  • gcawley
    Asked on April 5, 2019 at 4:11 PM

    How do you make the quantity filed larger if it is a drop down?

  • jonathan
    Replied on April 5, 2019 at 5:29 PM

    I have added these CSS codes on your form.

    .form-product-item .form-dropdown {

        height: 35px;

    }

    It should be fixed now like this 

    1554499748zzz 2019 04 06 05 Screenshot 10


    Please let us know if you need further assistance.