Support

Home Forums Event Espresso Premium Attendees List – Change Size of Gravatar

Attendees List – Change Size of Gravatar

Posted: August 20, 2013 at 2:26 pm


badgerakpsi

August 20, 2013 at 2:26 pm

Hi, is there a way to change the size of the gravatar that is displayed when using [LISTATTENDEES] shortcode? The default is way too big and obnoxious.

Also, this may be a stretch, but is there a way to actually display the gravatar BEFORE the attendees name?


Josh

  • Support Staff

August 20, 2013 at 2:54 pm

Hi Cameron,

This can be customized by adding a bit of CSS to your custom stylesheet.

.espresso_attendee img {
width: 25px;
float: left;
}

.attendee_list {
list-style:none;
}

The first style rule with set the image width to 25px, you may want to adjust that size. The second style rule will float the image to the left. The third will remove the numbers in front of the list if so desired.

The support post ‘Attendees List – Change Size of Gravatar’ 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