Skip to:
Content
Pages
Categories
Search
Top
Bottom

[Resolved] Avatar miniature pictures are too big


  • zzuegg
    Participant

    @zzuegg

    Hello bp community. I have to say that i am very new to wordpress. I was used to Type3 but unfortunately the forum plugin is not as good a buddypress, and wordpress in general has better plugin support.

    So basically i am currently getting used to wordpress and it’s do’s and don’ts.

    Up to now everything went fine, installation of WP and BP works like a charm, even the theme integration was kind of straightforward.

    But now i am facing a problem which i cannot solve.

    Here you find my site with the problem.
    http://when-money-makes-money.com/forums/forum/indicators-2/

    As you can see the avatar pictures should be very small, but unfortunately the are not. The tag has correct height=14 width=14 it doesn’t get applyed.

    Any solutions or hints? I have already checked the css but i have not found some command which might override..

    Thank you very much in advance
    Michael

Viewing 2 replies - 1 through 2 (of 2 total)

  • modemlooper
    Moderator

    @modemlooper

    `a.bbp-author-avatar img {
    width: 14px;
    height: 14px;
    }`

    Try this css to force it smaller. It could be a gravatar issue


    zzuegg
    Participant

    @zzuegg

    Thanks a lot,

    i also had to add:
    `
    .bbp-reply-author a img{
    width:80px;
    height:80px;
    }
    `
    Without also the big avatars in the thread’s itself where small

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘[Resolved] Avatar miniature pictures are too big’ is closed to new replies.
Skip to toolbar