Support

Home Forums Event Espresso Premium Sizing Issues / Responsive Table Listing

Sizing Issues / Responsive Table Listing

Posted: October 28, 2019 at 6:39 am

Viewing 1 reply thread


sgonser

October 28, 2019 at 6:39 am

Hello, my table listing for events is not sizing properly on mobile. I have to scroll to the right to see the “Register” button.

Here’s the link:
https://buffalorehab.com/community-events

Thanks in advance for your help,
Steve Gonser


Tony

  • Support Staff

October 28, 2019 at 9:51 am

Hi Steve,

One option you have to make the table fit better on mobile is to hide the Venue column on smaller screens, as you include it in the event title is shouldn’t cause any issues.

You can do that using some CSS:

@media only screen and (max-width: 600px) {
    #ee_filter_table th:nth-of-type(2), 
    #ee_filter_table td:nth-of-type(2) {
        display: none;
    }
}

You can add that to Appearance -> Customize -> Additional CSS.

Viewing 1 reply thread

The support post ‘Sizing Issues / Responsive Table Listing’ 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