It’s the CSS (probably from the theme) causing the sidebar to overlay the grid area (you can recreate this on the desktop by shrinking the browser size).
Try adding the following CSS
@media screen and (max-width: 600px) {
#sidebar {
float: left !important;
}
}
That CSS can be added to your themes style.css, though in order to preserve the CSS through theme updates we recommend adding it to either: a child themes style.css, your themes CSS options if it has any, or a plugin such as My Custom CSS.
The support post ‘EE4 Grid View not accessible via 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.