Hi, I have been using the shortcode [ESPRESSO_EVENT_ATTENDEES event_id=2583]to display all of the registered entrants for an event. You can see result here:http://superbilliardsexpo.com/registered-womens/
As you’ll see, all of the names are in one long column. Is there a way to force the data to display in 2 or 3 columns instead?
That will split it into 2 columns but you can use more if preferred, however if you move/remove the mail-in registrations column you can use more, other wise the text will start to be really squashed together.
In the 3rd column, when the list hits #99, instead of going to #100, it resets to #00 …. well, actually, I think the #1 / 1st digit is getting cut-off … any idea why or how to fix?
In the 3rd column, when the list hits #99, instead of going to #100, it resets to #00 …. well, actually, I think the #1 / 1st digit is getting cut-off … any idea why or how to fix?
Its from your theme setting the padding and margins of li items to 0
You can add some padding to the LI’s within the event attendee list using:
.event-attendees li {
margin-left: 1rem;
}
That should show the full number for you.
Viewing 5 reply threads
The support post ‘Split Shortcode that shows attendees intro columns’ 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.
If you would like help from the Event Espresso staff, then please purchase a support license right now so you can create a support topic in our premium support forums.