Support

Home Forums Event Espresso Premium Grid and Events Table

Grid and Events Table

Posted: February 1, 2018 at 6:04 pm


ljgreen123

February 1, 2018 at 6:04 pm

When I used the shortcode for the grid feature, the grid displays the events vertically rather than horizontally.

When I use the table feature, there is a dot appearing just before the event date and the link to “Register” is a different color font than everything else.

How do I fix these issues?


Josh

  • Support Staff

February 2, 2018 at 1:35 pm

Hi there,

May I ask is the Grid shortcode placed with the main content section of the page? If not, then one way to fix this is by putting the shortcode into the main contect section of the page.

If you can post a link to the event table we can advise further, it may require some custom CSS to make it match your theme.


ljgreen123

February 2, 2018 at 2:48 pm

It’s on my homepage: http://gainesvillecounselingcenter.com/


ljgreen123

February 2, 2018 at 2:50 pm

Sorry … the code

[ESPRESSO_EVENTS_TABLE_TEMPLATE]


Tony

  • Support Staff

February 5, 2018 at 5:13 am

Hi there,

Although its loaded on your homepage, has the shortcode been added to the main content of the home page?

Or Are you using a page builder to add the shortcode?


ljgreen123

February 5, 2018 at 7:31 am

Hi Tony:

First, I really appreciate the outstanding support.

Second, the shortcode is contained within a page element as part of the theme page builder.


Josh

  • Support Staff

February 5, 2018 at 7:53 am

You can fix these issues by adding the following CSS to your site’s Customizer > Additional CSS panel:

#ee_filter_table ul,
#ee_filter_table ul > li,
.ee-table-view-datetime-list,
.ee-table-view-datetime-list li {
    list-style: none;
    margin: 0;
    padding: 0;
}

.espresso-table a {
color: #252b3b;
}

The support post ‘Grid and Events Table’ 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