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.
The forum of the forums
3 posters

    Profile image size problem

    Siamara
    Siamara
    New Member


    Posts : 2
    Reputation : 1
    Language : Danish, English

    Profile image size problem Empty Profile image size problem

    Post by Siamara Sun 22 Apr - 11:59

    Hi everyone

    So on my webpage we have a problem with our profile images. The image is too big, creating both aesthetic problem and practical one, as the image often block some of the text from e.g. posts or private messages. Usually we help people to find a way to size their pictures, but it would be better if I could just adjust some settings and the picture is automatically the right size.
    This is a picture of the problem. As should be evident, the picture is overlapping some of the text:
    Profile image size problem Skyrmb11

    I have tried finding a solution in your support, searching for it. But all the postprofile dt img codes I have found didn't work. Also I tried configuring avatar pixel size in the administration to no avail. At this point, I don't what else to try.
    The codes I have tried look like this:

    Code:
    .postprofile dt img{
    max-height: 200px !important;
    max-width: 150px !important;
    }

    Code:
    .postprofile dt img{
    height: 200px !important;
    width: 150px !important;
    }

    Code:
    .postprofile dt img{
    max-height: 200px;
    max-width: 150px;
    }

    Our webpage is phpBB3 if you need it for something.

    I hope you can help. Thank you Smile
    TheCrow
    TheCrow
    Manager
    Manager


    Male Posts : 6916
    Reputation : 795
    Language : Greek, English

    Profile image size problem Empty Re: Profile image size problem

    Post by TheCrow Sun 22 Apr - 12:22

    Hello @Siamara,

    From what I see this code seems to work fine for your forum:
    Code:
    .postprofile dl dt img {
      max-width: 150px!important;
      max-height: 200px!important;
    }
    Please place this code at the top of your CSS if possible. Thanks.



    Profile image size problem Thecro10
     Forum of the Forums

    Forumotion Rules | Tips & Tricks |
    FAQ | Did you forget your password?



    *** The Support Forum will never ask you for your email or password, so please do not post them anywhere! ***
    No support via PM!
    Siamara
    Siamara
    New Member


    Posts : 2
    Reputation : 1
    Language : Danish, English

    Profile image size problem Empty Re: Profile image size problem

    Post by Siamara Tue 24 Apr - 11:54

    Hi.
    Thank you! But as I said, the codes does not work. We still have profile pictures that aren't going "down in size" as wished for. Unless there is something I am unaware of, of course. Smile
    skouliki
    skouliki
    Manager
    Manager


    Female Posts : 15311
    Reputation : 1705
    Language : English,Greek
    Location : Greece

    Profile image size problem Empty Re: Profile image size problem

    Post by skouliki Tue 24 Apr - 12:01

    hello can you give us a post link to a profile image that is not resizing


      Current date/time is Sun 22 Sep - 23:29