Support

Home Forums Event Espresso Premium List Attendees shortcode display, modify to number attendees

List Attendees shortcode display, modify to number attendees

Posted: March 7, 2017 at 9:18 am


dcnotpc

March 7, 2017 at 9:18 am

When using the ListAttendees shortcode, changed the list-style to decimal to get a numbered list. When using the suggested mod to make the list 2 columns, only the first column is numbered. How can we get the whole list numbered and split into 2 columns?

Mod used:
.event-attendees-list {
list-style: decimal!important;
columns: 2;
-webkit-columns: 2;
-moz-columns: 2;
}


Josh

  • Support Staff

March 7, 2017 at 12:10 pm

You can use this CSS instead:

.event-attendees-list {
  width:80%;
  margin-bottom:20px;
  list-style-type: decimal!important;
}
.event-attendees-list li{
  line-height:1.5em;
  float:left;
  width: 40%;
}


dcnotpc

March 7, 2017 at 4:24 pm

Excellent! That did the trick, thank you!

The support post ‘List Attendees shortcode display, modify to number attendees’ 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