Support

Home Forums Event Espresso Premium EE4 Grid View not accessible via mobile

EE4 Grid View not accessible via mobile

Posted: January 25, 2015 at 10:44 pm


Luke

January 25, 2015 at 10:44 pm

It seems users are unable to select an event when displayed using the Grid View add-on.

http://northwood.cc/nsl/?page_id=1766

I’ve resorted to a text link for now, but would love to see this resolved as Grid View seems like the best option (layout wise) for mobile devices.


Dean

January 26, 2015 at 3:30 am

Hi,

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.


Luke

January 26, 2015 at 5:35 pm

That did the trick. Thanks!

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.

Event Espresso