By Lutz Schmidtchen on Sunday, 24 August 2014
Replies 8
Likes 0
Views 1K
Votes 0
Hello, is it possible to change the size of the preview pictures in the module "EasySocial Users"?
I´d like to show them a little bit bigger .. :-)
Thanks a lot
Hello Lutz,

Can you provide us with the link to your page and also the size that you want? We'll craft out a css code for you quickly
·
Monday, 25 August 2014 01:26
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Mark,

thanks for your reply.
I can´t send the link, because it is a test installation ... i´d like to habe the pictures in 100x100px.
Maybe you can name me the file and the line(s) where i´ve to make the changes.
I´use ftp-client filezilla an notepad++ to make the changes.

THX, Lutz
·
Monday, 25 August 2014 01:50
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Lutz,

I need to see the site first before being able to provide you with these css hacks
·
Monday, 25 August 2014 02:10
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Mark,

the site is running as a test on a local server and not reachable via intenet. (xampp),
maybe it´s possible to let me know where i´ve to make the changes.
thx
·
Monday, 25 August 2014 04:14
·
0 Likes
·
0 Votes
·
0 Comments
·
If I recall, there are two rules you need to edit - the avatar and the avatar image. Note in this example that the "a" styling rule number is a little larger than the rule for the "img". To do quick tests on the fly, use FireBug for Firefox, or Chrome's built in editor (right click on the user's image and select "Inspect Element").

Add this to your template's CSS:


body div#fd.es.mod-es-users .es-avatar {
width: 57px;
height: 57px;
line-height: 57px;
}

body div#fd.es.mod-es-users .es-avatar img {
width: 53px;
height: 53px;
}

·
Monday, 25 August 2014 06:53
·
0 Likes
·
0 Votes
·
0 Comments
·
Thanks for sharing Justin
·
Monday, 25 August 2014 10:57
·
0 Likes
·
0 Votes
·
0 Comments
·
Hey Justin, that works fine, i use friebug, but i couldn´t see the changes ... tanks a lot for your help.
also thanks to mark for yout time.
the problem is solved...
THX, Lutz
·
Monday, 25 August 2014 13:46
·
0 Likes
·
0 Votes
·
0 Comments
·
Thanks for updating Lutz, glad that your issues are resolved now.
·
Monday, 25 August 2014 18:38
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post