Skip to:
Content
Pages
Categories
Search
Top
Bottom

Reduce size of the profile picture displayed in the post

  • @mdh34

    Member

    I see the gravatar profile picture in the forum post and it’s 80 x 80. I would like them all to be 20 x 20, but I don’t know where to modify that. How and where can I do that?

    Mark

    P.S. I’m using the addin to WordPress.

Viewing 4 replies - 1 through 4 (of 4 total)
  • @travishill

    Participant

    I used CSS to modify the image size, but there may be a better way.

    .bbp-reply-author img	{
    height:50px;
    width:50px;
    }

    Change the height & width to the desired size.

    @mdh34

    Member

    That’s very helpful. Thank you. Where should I go to make the change?

    @travishill

    Participant

    Place it in your theme’s style.css file.

    @mdh34

    Member

    Thanks!

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