PDA

View Full Version : Activity stream Avatar


felixxx999
08-30-2012, 06:28 PM
I like the site defaulting to the Activity stream at start up....

however, the avatars sometimes get behind the text (that's supposed to be beside it). Is there a solution for this?

http://img145.imageshack.us/img145/8118/activitystreamavatar.jpg

New Joe
08-30-2012, 11:49 PM
I've had this a few times, it shouldn't be like, the avatars should re size themselves but they don't but the only way I found was to do this:
Go to activitystream.css
Find;
li.activitybit .avatar {
float: left;
padding-right: 10px;
width: 75px;
And then Remove:

width: 75px;

felixxx999
08-31-2012, 12:23 PM
perfect! thank you!

New Joe
08-31-2012, 01:44 PM
No problem, glad I could help.

ProFifaLeagues
10-25-2012, 04:39 AM
~Very handy thank you

Nirjonadda
03-09-2013, 07:19 AM
I've had this a few times, it shouldn't be like, the avatars should re size themselves but they don't but the only way I found was to do this:
Go to activitystream.css
Find;
li.activitybit .avatar {
float: left;
padding-right: 10px;
width: 75px;
And then Remove:

width: 75px;

Where i can find activitystream.css?