By travis rapp on Thursday, 20 August 2015
Posted in General
Replies 2
Likes 0
Views 401
Votes 0
is there any way i can increase the avatar image size on the wall.. The main wall when your are looking at every ones post?
When you say wall, do you mean profile of EasySocial?
·
Thursday, 20 August 2015 05:12
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Travis,

Did you mean this avatar: http://screencast.com/t/1RUKlzGte58 If so, you can add this css code into your template.css file:


body div#fd.es .es-avatar.es-avatar-sm {
height: 64px !important;
width: 64px !important;
}
·
Thursday, 20 August 2015 12:01
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post