By Anders Lolk Vestergaard on Monday, 02 April 2018
Posted in Groups
Replies 3
Likes 0
Views 735
Votes 0
Hi.

I've some problems with the group layout in frontend. The group avatar is placed in front of the group title so the first 4-5 letters in the group title is hidden. The titles of the groups in attached picture is GL 1000, GL 1100 etc.

Can you help me?
Hi Anders,

This is how the avatar looks like by default in the default template Protostar: http://take.ms/tOmTz

On your site, it looks like your current template is applying styles that affect those avatars(http://take.ms/br0hs). As a workaround for this conflict, can you try using the following custom css codes?

#es.view-groups .es-card__avatar img {
border-radius: inherit;
margin: inherit;
box-shadow: inherit;
padding: initial;
}
You can place the custom css codes in EasySocial's custom css section: http://take.ms/fknrA
·
Monday, 02 April 2018 17:23
·
0 Likes
·
0 Votes
·
0 Comments
·
Great. Thank you
·
Tuesday, 03 April 2018 14:11
·
0 Likes
·
0 Votes
·
0 Comments
·
You're most welcome Anders.
·
Tuesday, 03 April 2018 15:26
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post