How do I add a line break to espresso events page?
I would like to clean up my [ESPRESSO_EVENTS] page by adding a line between each event. Is this possible? Right now all the dates and titles are back to back and kinda hard to see. Thanks so much!
One way to do it is to use the event_list_display.php template.
Basically instead of using the default [espresso_events] you would create a new page with [EVENT_LIST] and modify the template file to suit and point your clients there (and hide/remove the default one from the menu).
Alternatively if you wish to keep the current status quo, you are best using CSS to change the visual appearance.
E.g. using this code
.register-link-footer {
margin-bottom: 50px;
}
adds a margin to the register link effectively forcing the next event further down
Viewing 1 reply thread
The support post ‘no results… (57)’ 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.