jomsocial icon sizes

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
Fri Jul 04, 2014 8:35 am
Reply with quote
Report this post
Hi guys,

I am trying to get back to some of the default module positions.
The trouble I'm having is that my jomsocial member icons are huge.
If you take a look here:
www.savfxa.co.za/home
you'll see the module in position bottom1 has large members profile icons.
How do I set them to the default size?
User avatar
Senior Boarder

teitbite
Tue Jul 08, 2014 12:44 pm
Reply with quote
Report this post
Hi

Please try add this to override.css and make sure override is enabled in joomla panel:

Code: Select all
.js-module [class*="js-col"] img.cAvatar {
    max-width: 64px !important;
}
User avatar
Moderator

GK User
Tue Jul 08, 2014 2:22 pm
Reply with quote
Report this post
Thanks teitbite but now I have correct size but 4 columns of images. How do I reset to default install settings without having to override?
User avatar
Senior Boarder

teitbite
Thu Jul 10, 2014 10:14 am
Reply with quote
Report this post
Hi

This module has took over the css ;/

Try add this to override.css now:

Code: Select all
.js-module .js-col4 {
    width: auto;
}

.js-module .js-col4:nth-child(4n+1) {
    margin-left: 2.76243%;
}
User avatar
Moderator


cron