Avatar size in latest member module

Professional Joomla social template with metro design and JomSocial extension support.
Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.1.00 out of 6 based on 1 vote(s)
GK User
Thu Dec 18, 2014 12:56 pm
Reply with quote
Report this post
Hi,
i've setting Community Member module in my home page, but the avatars are too big!
Can you help me to modify avatar size?

Thank you
User avatar
Fresh Boarder

GK User
Fri Dec 19, 2014 9:56 am
Reply with quote
Report this post
Hi,
sure why not. But first add here URL - where you have published this module.
User avatar
Platinum Boarder

GK User
Mon Dec 22, 2014 11:41 am
Reply with quote
Report this post
Hi,
thank you for your replay.
There is the link: http://gestionefanclub.com/msocial/

Thanks
User avatar
Fresh Boarder

GK User
Mon Dec 22, 2014 12:21 pm
Reply with quote
Report this post
wow, why you had so huge avatars.
Ok, start from adding this suffix class for module : widelayout mediumtitle2 separator-top gkmod-1 nomargin

then use this:
Code: Select all
.widelayout .cAvatar.jomNameTips {height: 75px; width: 75px; }
#gkBottom1 .js-module .js-col4 { width: auto;}
#gkBottom1 .js-module .js-col4:nth-child(4n+1) {margin-left: 1%;}


Where & how ? Check my footer link
User avatar
Platinum Boarder

GK User
Mon Dec 22, 2014 12:45 pm
Reply with quote
Report this post
Great!
Thank you very much!
The only problem now is the space between avatars: is not regular, see the screenshot:
User avatar
Fresh Boarder

GK User
Mon Dec 22, 2014 1:42 pm
Reply with quote
Report this post
Yes, but now it's easy to fix it:
Code: Select all
#gkBottom1 .js-module [class*="js-col"] { margin-left: 1%; }
User avatar
Platinum Boarder

GK User
Mon Dec 22, 2014 3:14 pm
Reply with quote
Report this post
Thank you!!!!!
User avatar
Fresh Boarder


cron