Our site just went live and mobile users cannot click on buttons, pull downs, links on event pages. Everything works great on desktop sites.. Not sure where to look? Theme problem? we are using Kordex.
One option is to simply hide the search bar on mobile:
@media only screen and (max-width: 600px) {
.single-espresso_events #sidebar {
display: none;
}
}
You may want to use a smaller screensize for the above, but that should fix the single event pages (I can’t test the registration pages as they require login).
Add that to Appearance -> Customize -> Additional CSS.
Following what Tony said above, you can replace the dimension of the max-width between 481px to 768px. There is no standard exactly defined, but these are commonly used widths of iPads and Tablets.
I set it to 1024 and that seems to work for all my devices… thanks!
Viewing 7 reply threads
The support post ‘Event interaction on Mobile devices limited’ 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.