Log in

View Full Version : vB 4.2 Activity re-size avatars?


GavoTrav
05-26-2012, 06:29 AM
The avatars are overlaying with the text and it would be good if we can set them to a fixed size on that page with CSS or somthing? Any Ideas?

Thanks.

http://pasteshack.net/images/527213001338017381.png



I Tried

.avatar {
width: 80px;
height: 80px;
}

It only works with the height not width

New Joe
05-26-2012, 12:27 PM
You need to re-built attachments, and other stuff I can't remember off hand to fix it.

Lynne
05-26-2012, 03:01 PM
You could do something like:

li.activitybit .avatar img {max-width: 50px; max-height: 50px;}

kamran_dotnet
05-26-2012, 05:13 PM
You could do something like:

li.activitybit .avatar img {max-width: 50px; max-height: 50px;}

where i must put this code?
also my forum is Right to left
avatars are to big and its a big problem

Paul M
05-26-2012, 05:51 PM
Width and height are the same in ltr or rtl :)

kamran_dotnet
05-26-2012, 06:21 PM
Width and height are the same in ltr or rtl :)

no
i mean how exacly i must put the code?
search in what template
put what code exacly
:)

GavoTrav
05-28-2012, 12:45 AM
no
i mean how exacly i must put the code?
search in what template
put what code exacly
:)

replace

li.activitybit .avatar {
float:{vb:stylevar left};
padding-{vb:stylevar right}:{vb:stylevar padding};
width: 75px;
}

with

li.activitybit .avatar img {
float:{vb:stylevar right};
max-width: 80px;
max-height: 80px;}


Might work for Right to left

Not sure if i dont the float proper

kamran_dotnet
05-28-2012, 09:07 AM
replace

li.activitybit .avatar {
float:{vb:stylevar left};
padding-{vb:stylevar right}:{vb:stylevar padding};
width: 75px;
}

with

li.activitybit .avatar img {
float:{vb:stylevar right};
max-width: 80px;
max-height: 80px;}


Might work for Right to left

Not sure if i don't the float proper

thank you
it exactly work:
http://forum.winphonecenter.com/activity.php

i don't see thanks post so i say it again:thank you