Support

Home Forums Event Espresso Premium Ticket quantity hides on some mobile

Ticket quantity hides on some mobile

Posted: November 8, 2018 at 2:49 pm


websuited

November 8, 2018 at 2:49 pm

Have an issue on our site where on some phones (presumably the smaller ones) the ticket quantity box is hidden on phones where they have to swipe to side to bring the ticket choice entry box into display.
How can this be fixed?
swigofcolor.com


Josh

  • Support Staff

November 9, 2018 at 7:49 am

Hi,

You can add the following CSS to your theme’s custom CSS panel:

@media (max-width: 500px) {
 .entry-content .tkt-slctr-tbl {
  font-size: 14px;
 }
 #content-area .tkt-slctr-tbl td {
  padding-left: .2em;
  padding-right: .2em;
 }
}

The support post ‘Ticket quantity hides on some 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.

Event Espresso