Support

Home Forums Event Espresso Premium Event table not showing Register link on mobile

Event table not showing Register link on mobile

Posted: May 10, 2018 at 4:21 pm


Shelby

May 10, 2018 at 4:21 pm

Hello,

Event table is not showing the Register link on mobile or past screen width 450px. Table does not shrink further to show register link.

Using the following shortcode
[ESPRESSO_EVENTS_TABLE_TEMPLATE category_filter=false table_search=false table_sort=false footable=false]

There are also bullets next to the Dates, that should not show.

Thank you.


Josh

  • Support Staff

May 10, 2018 at 7:57 pm

You can add the following CSS to your site’s Appearance > Customize > Additional CSS panel to make that happen:

@media (max-width: 640px) {

table tbody tr td {
    padding-left: 0; 
    padding-right: 0; 
    font-size: .75em; 
    table-layout: fixed;
 }
 
}

table ul li {
 list-style-type: none;
}

The support post ‘Event table not showing Register link on 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