The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.

Resizing Off-Site Avatars 2

2 posters

Go down

Solved Resizing Off-Site Avatars 2

Post by Guest January 23rd 2011, 6:34 am

Topic 1: https://help.forumotion.com/t85095-resizing-off-site-avatars

I'm afraid another problem has occurred that I just noticed. The avatar on the members who have off-site linked avatars are huge. I need the CSS code to adjust profile avatars. Any help on this?
avatar
Guest
Guest


Back to top Go down

Solved Re: Resizing Off-Site Avatars 2

Post by Guest January 23rd 2011, 7:08 am

This CSS should help:

Code:
.postprofile dt img {max-width:150px;max-height:200px;}
Change the 150/200 to the max sizes you allow in your forum.
avatar
Guest
Guest


Back to top Go down

Solved Re: Resizing Off-Site Avatars 2

Post by Guest January 23rd 2011, 7:25 am

Dion wrote:This CSS should help:

Code:
.postprofile dt img {max-width:150px;max-height:200px;}
Change the 150/200 to the max sizes you allow in your forum.

Hey Dion, the code unfortunately did not work. I even added "!important;" to the code making it look like this:
Code:
.postprofile dt img {max-width:150px !important; max-height:200px !important;}
That didn't work either. So I tried this:
Code:
.postprofile dt img {width: auto !important; height: auto; max-width: 150px; max-height: 200px;}
and still the avatar image in my profile remains huge (the default size of the image link)..
avatar
Guest
Guest


Back to top Go down

Solved Re: Resizing Off-Site Avatars 2

Post by Guest January 23rd 2011, 9:32 am

Which profile are we talking about here? What I gave you above is for post profiles. If you mean public profiles, then this is the CSS you need:

Code:
#profile-advanced-right .box-content.profile.center img {max-width: 150px; max-height: 200px;}
avatar
Guest
Guest


Back to top Go down

Solved Re: Resizing Off-Site Avatars 2

Post by WHITESABBATH January 23rd 2011, 4:41 pm

WHITESABBATH
WHITESABBATH
Active Poster

Male Posts : 1198
Reputation : 119
Language : English, F-Bombs
Location : Chicago

Back to top Go down

Solved Re: Resizing Off-Site Avatars 2

Post by Guest January 23rd 2011, 9:02 pm

Thanks Dion, that code worked! That is the profile i was referring to, not the post profile. Smile


Forgive me if I come off rude but... What the hell!? does resizing the signature have anything to do with this topic? Confused
avatar
Guest
Guest


Back to top Go down

Solved Re: Resizing Off-Site Avatars 2

Post by WHITESABBATH January 24th 2011, 2:36 am

good question, it doesn't. i made a goof and can only think that i had more than one widow open at the time .there actually was a topic relating to my reply. I better hope so. Laughing
WHITESABBATH
WHITESABBATH
Active Poster

Male Posts : 1198
Reputation : 119
Language : English, F-Bombs
Location : Chicago

Back to top Go down

Solved Re: Resizing Off-Site Avatars 2

Post by Jophy January 24th 2011, 12:09 pm

Solved => Topic Locked
Jophy
Jophy
ForumGuru

Male Posts : 17924
Reputation : 836
Language : English
Location : Somewhere

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum