By Goodwin mankomba on Wednesday, 14 January 2015
Posted in General Issues
Replies 3
Likes 0
Views 658
Votes 0
hi
i need assistance on how i can change the avator size in a group module. i have posted the snapshot of what i want to change. i also want to remove the borders on the same avatar after i increase the size.

regards
goodwin
Hi Goodwin,

You can try use css override for this. Please copy and paste in your current Joomla template and see if this resolves your issue.

body div#fd.es.mod-es-groups ul li .es-avatar{
width: 30px !important;
height: 30px !important;
}

Hope this will work.
Thanks.
·
Wednesday, 14 January 2015 23:44
·
0 Likes
·
0 Votes
·
0 Comments
·
thanx Mohd. it is working perfectly
·
Thursday, 15 January 2015 19:30
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Goodwin,

You're welcome. I am glad to hear your issue is now resolved. Perhaps, if you have anymore issue, you can create a new ticket.

Thanks and have a wonderful day.
·
Thursday, 15 January 2015 23:03
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post