inherit
142356
0
May 25, 2024 3:54:39 GMT -8
Nemle
56
July 2009
nemle22
|
Post by Nemle on Apr 6, 2013 10:24:18 GMT -8
tmodel.proboards.com/thread/10/rules-regulationsBefore it was converted to v5, the avatars on the site above were 265x300. Now they appear to just be 130x150? Just wondering if there was a way for me to get the avatars to be the intended sizes again, without screwing up the profiles themselves...or will I have to get used to no larger than 150px avatars? xD
|
|
#00AF33
Bark Different.
102833
0
1
Feb 12, 2023 16:57:46 GMT -8
RedBassett
I'm a Marxist/Lennonist of the Groucho/John variety.
15,405
April 2007
applecomputer
RedBassett's Mini-Profile
|
Post by RedBassett on Apr 6, 2013 11:07:00 GMT -8
|
|
inherit
142356
0
May 25, 2024 3:54:39 GMT -8
Nemle
56
July 2009
nemle22
|
Post by Nemle on Apr 6, 2013 11:24:52 GMT -8
I tried that just now. It doesn't work. Click that link I provided earlier to see how it is now that I did that.
|
|
#00AF33
Bark Different.
102833
0
1
Feb 12, 2023 16:57:46 GMT -8
RedBassett
I'm a Marxist/Lennonist of the Groucho/John variety.
15,405
April 2007
applecomputer
RedBassett's Mini-Profile
|
Post by RedBassett on Apr 6, 2013 11:34:24 GMT -8
It looks like it made the avatar container larger, but the mini-profile is still the same size.
|
|
inherit
142356
0
May 25, 2024 3:54:39 GMT -8
Nemle
56
July 2009
nemle22
|
Post by Nemle on Apr 6, 2013 11:36:41 GMT -8
Yeah, I've no idea what that means. How do I fix it so it shows the avatar in full without messing the post or anything else up?
|
|
inherit
Jack of All Trades, Master of None
27090
0
May 30, 2013 20:36:34 GMT -8
Stinky666
8,818
July 2004
stinky666
|
Post by Stinky666 on Apr 6, 2013 11:56:14 GMT -8
Hi Nemle. The easiest way to do this, is to go to your style sheet (admin > themes > advanced styles and css > style sheet), find the following: .posts .post .left-panel { width: 320px; vertical-align: top; } Change the 172px to about 20px MORE than the forum avatar's width. You say you want 265px, so set this to be 285px (for the margin left and right). Now find the following .mini-profile .avatar { max-width: 150px; max-height: 150px; overflow-x: hidden; overflow-y: hidden; margin: auto; border-width: 0px; vertical-align: middle; } .avatar-wrapper { display: table-cell; text-align: @ mini_avatar_align; vertical-align: middle; } .avatar-wrapper > div, #avatar-preview.flash_present.image_present > div { position: relative; } .avatar-wrapper div object, .flash-avatar object, #avatar-preview.flash_present.image_present div object, .avatar-wrapper > div > img { position: absolute; top: 0; left: 0; } .avatar-wrapper * { vertical-align: middle; } .avatar_size_default, .avatar_size_default embed, .avatar_size_default object, .avatar_size_default > div, .avatar-wrapper.avatar_size_default > div > div { height: 150px; width: 150px; } .avatar-wrapper > div > div { display: table-cell; vertical-align: middle; } .avatar_size_default img, .avatar_size_default default { max-height: 150px; max-width: 150px; } Change every instance of 150px to the sizes you want the maximum width and height to be, so you want 265x300, set it to 265px and 300px. Now find this, and change the 150px to be the same as your first width (285px) .mini-profile { color: @mini_text_color; font: @mini_text_font; background: @mini_background; border: @mini_border; .rounded-corners(@mini_border_radius); text-align: @mini_text_align; overflow: hidden; padding: 13px 10px; width: 150px; } Edit: I have had to put the last part in a code tag, but it's the very last part, here: 13px 10px; width: 150px; }
|
|
inherit
142356
0
May 25, 2024 3:54:39 GMT -8
Nemle
56
July 2009
nemle22
|
Post by Nemle on Apr 6, 2013 12:12:05 GMT -8
Ok I did all that and it's interfering with the post.
|
|
inherit
Jack of All Trades, Master of None
27090
0
May 30, 2013 20:36:34 GMT -8
Stinky666
8,818
July 2004
stinky666
|
Post by Stinky666 on Apr 6, 2013 12:18:33 GMT -8
Ok I did all that and it's interfering with the post. How so? The only way it should "interfere", is by resizing the post size, to accommodate the new avatar size. Edit: Ok the first bit.. .posts .post .left-panel { width: 320px; vertical-align: top; } Change to be another 20px or so more, so change it to 340px
|
|
inherit
142356
0
May 25, 2024 3:54:39 GMT -8
Nemle
56
July 2009
nemle22
|
Post by Nemle on Apr 6, 2013 12:21:21 GMT -8
|
|
inherit
Jack of All Trades, Master of None
27090
0
May 30, 2013 20:36:34 GMT -8
Stinky666
8,818
July 2004
stinky666
|
Post by Stinky666 on Apr 6, 2013 12:22:49 GMT -8
Yeah sorry. Edited my above post.
|
|
#eb7100
1480
0
1
Nov 21, 2024 14:52:33 GMT -8
Craig
209,196
September 2001
cmdynasty
|
Post by Craig on May 3, 2013 2:12:47 GMT -8
Since the PMs have a different class, you will need to also find this line in the style sheet and adjust the 172px again:
.messages .item .left-panel { width: 172px; }
|
|