inherit
193844
0
May 19, 2015 5:01:45 GMT -8
Sassy
I love you Shaggy!
2,372
May 2013
sassylisa14
|
Post by Sassy on Jun 2, 2013 6:16:03 GMT -8
I used this coding for changing the avatar size ....
<style type="text/css"> /* Mini-Profile area width */ .mini-profile { width: 250px; }
/* Max avatar height and width */ .mini-profile .avatar, .avatar_size_default img, .avatar_size_default default { max-height: 250px; max-width: 250px; } .mini-profile .avatar_size_default, .mini-profile .avatar_size_default embed, .mini-profile .avatar_size_default object, .mini-profile .avatar_size_default > div, .mini-profile .avatar-wrapper.avatar_size_default > div > div { height: auto; width: auto; } .mini-profile .avatar-wrapper { display: block; }
/* Mini-Profile area width minus 140px */ .posts .post .content { padding-left: 110px; } </style>
And now ... the writing on the PM's runs into the Avatars, LOLOL
Is there a way to fix this?
~Sassy~
|
|
#eb7100
33409
0
1
Nov 24, 2024 4:27:37 GMT -8
Brian
48,130
November 2004
smashmaster3
|
Post by Brian on Jun 3, 2013 9:06:33 GMT -8
Hi, Sassy. Here's an updated version that includes PMs in the Mini-Profile minus 140px area.
|
|
inherit
193844
0
May 19, 2015 5:01:45 GMT -8
Sassy
I love you Shaggy!
2,372
May 2013
sassylisa14
|
Post by Sassy on Jun 6, 2013 2:40:32 GMT -8
Thank you very much, Brian!!! Works perfectly! What a sweetie you are!
~Sassy~
|
|