Support

Home Forums Event Espresso Premium Cannot select quantity on mobile view

Cannot select quantity on mobile view

Posted: April 20, 2020 at 9:53 pm

Viewing 3 reply threads


Lindley Craig

April 20, 2020 at 9:53 pm

hi the radio button does not display for quantity on my event in mobile view on android – its fine on desktop any suggestions thanks


Tony

  • Support Staff

April 21, 2020 at 4:22 am

Hi there,

Your sites theme is hiding all inputs on mobile using CSS:

@media only screen and (max-width: 1028px)
input, select, textarea {
    -webkit-appearance: none;
}

You can fix this for the ticket selector using using some custom css:

@media only screen and (max-width: 1028px) {
    .tkt-slctr-tbl input[type="radio"] {
        -webkit-appearance: radio;
    }
}

Add that to Dashboard -> Appearance -> Customize -> Additional CSS.


Lindley Craig

April 21, 2020 at 5:49 am

Great thanks so much Elana


Tony

  • Support Staff

April 21, 2020 at 8:40 am

You’re most welcome 🙂

Viewing 3 reply threads

The support post ‘Cannot select quantity on mobile view’ is closed to new replies.

Have a question about this support post? Create a new support post in our support forums and include a link to this existing support post so we can help you.

Event Espresso