Skip to:
Content
Pages
Categories
Search
Top
Bottom

Avatars 1/4 of their size

Viewing 5 replies - 1 through 5 (of 5 total)
  • @ashfame

    Participant

    Its a prob with your CSS,

    At line 5 of colors.css

    img.avatar {
    padding: 0px 10px 10px 0px;
    float: left;
    }

    This padding is ruining it. Other than that size is ok, you can change it too though.

    @m-jay

    Member

    Thank you Ashfame,

    But

    This is changing the size of the grey squares containing the Gravatar …

    The size of the Gravatar remains the same, no matter which values I change here …

    I would like my image to fit the size of the grey Squares.

    Any idea ?

    @ashfame

    Participant

    You will have to deal with that padding anyway.

    To change the avatar size, create a new theme by copying the bbpress-twentyten theme to your WordPress themes directory and changing its name in style.css and then at line 53 of the file bbpress/loop-forums.php (can be the wrong file) look for bbp_author_link function. You will see the size as 14 there, change it to a bigger size.

    @m-jay

    Member

    OK

    Thank you,

    Looking good now !

    @supremor

    Participant

    How do I change the Avatar size in the index page? I am using a child theme.

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