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.
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.
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;
}
Viewing 6 reply threads
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.
Support forum for Event Espresso 3 and Event Espresso 4.