Support

Home Forums Event Espresso Premium Mobile Ticketing Experience Needs Adjusting

Mobile Ticketing Experience Needs Adjusting

Posted: September 9, 2022 at 10:51 am

Viewing 3 reply threads


UandI

September 9, 2022 at 10:51 am

The page
https://uandiconference.com/events/ui-conference-2022-early-bird-pricing2-early-bird-pricing/
on mobile phones requies users to swipe left in order to view the ticket quantities needed to select before clicking “Add to Event Cart.”

What can we do to give mobile users a more streamlined ticket add to cart experience?


Sam

  • Support Staff

September 12, 2022 at 3:51 am

Hi Steven,

Thank you for contacting us.

There is already a code for the mobile view, which is overwritten by this code:

.entry-content tr td {
    border-top: 1px solid #eee;
    padding: 6px 24px;
}

You can use this code along with the above code to fix the mobile issue:

@media screen and (max-width: 400px){
.tkt-slctr-tbl thead th, .tckt-slctr-tbl-tr > td {
    padding-left: 3px !important;
    padding-right: 3px !important;
}}

Hope that helps.

Thank you.


UandI

September 13, 2022 at 11:30 am

Aweome! We will try this out.


Sam

  • Support Staff

September 14, 2022 at 6:03 am

Sure,

Please feel free to ask if you have any other questions.

Viewing 3 reply threads

The support post ‘Mobile Ticketing Experience Needs Adjusting’ 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