Skip to:
Content
Pages
Categories
Search
Top
Bottom

Increase Side Login Widget Avatar’s size

Viewing 9 replies - 1 through 9 (of 9 total)
  • @robin-w

    Moderator

    fix is to add this to your custom css

    .bbp-logged-in img.avatar {
    	height: 80px !important;
    	width: 80px !imprtant;
    }

    and play with the number. You should note that this just magnifies the image, so it will be less defined the bigger you make it.

    the size is hard coded, so can’t be changed

    @paloprisk

    Participant

    Thanks Robin, it works like a charm !
    When I think of the time (over one hour) I spent last night to find a solution on the @ … !

    @robin-w

    Moderator

    we’ve all been there !! 🙂

    glad to have helped

    @paloprisk

    Participant

    @robin-w

    Moderator

    as stated above

    You should note that this just magnifies the image, so it will be less defined the bigger you make it.

    best I can do without code (I’m just a bbpress user!)

    @paloprisk

    Participant

    I read and understood this but what surprises me though is that there is no ***magnification*** per se since the original is 392px square and the final pic 80px square … !!!

    @robin-w

    Moderator

    there is, but it is in the code, but in core code that does not have a filter to change.

    I could re-write the widget as a new one in a plugin for you, but that would be paid work !

    @paloprisk

    Participant

    I think I can adapt to this blurry situation 😉 !
    Thanks again for your help, anyway.

    @robin-w

    Moderator

    no problem

Viewing 9 replies - 1 through 9 (of 9 total)
  • You must be logged in to reply to this topic.
Skip to toolbar