number of items not showing on mobile device

  • innOVeet
    Asked on March 25, 2021 at 4:55 AM

    Please see screenshot on mobile device. When the volume for items is selected these are not showing after the selection is made. So the customer cannot see he selected these.

    1616662396 605c4f7c852a0  Screenshot 10

  • Lorenz JotForm Support
    Replied on March 25, 2021 at 9:27 AM

    Hi there,

    Kindly please add the CSS code below into your form.

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

    .form-line[data-payment="true"] .form-product-item select {

    min-width: 45px !important;

    }

    }

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

    I hope this helps. Let us know if you need any further assistance.

  • innOVeet
    Replied on March 25, 2021 at 3:38 PM

    Hi, thx it works! Great

    rgds

    Otto