The ticket quantity numeral in the pull down of the ticket selector disappears on the mobile version of my site. I have searched my theme and event espresso for the correct css setting to adjust the min width of this element but have not had any luck. Your input as always is appreciated.
Ahh I see, looks its caused by you theme setting a width: 100% rule on select elements.
Try adding:
td.tckt-slctr-tbl-td-qty select {
width: auto;
}
To either you sites theme or using a plugin such as My Custom CSS or Reaktiv CSS Builder, you may want to wrap that within a media query to only target the select elemnt on small devices, such as:
The support post ‘Ticket quantity disappears on mobile’ 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.
Support forum for Event Espresso 3 and Event Espresso 4.