Skip to:
Content
Pages
Categories
Search
Top
Bottom

[Resolved] Change Avatar CSS


  • bruceleebee
    Participant

    @bennygill

    Hey,

    I was given this CSS by @mercime to help edit the size avatars in my topic index. They were all weird sizes and this help make them all the same.

    But I now also need one (or an edit to this code) that fixes the avatars for the forum index.

    .bbp-body .bbp-topic-title img.avatar,
    .bbp-body .bbp-topic-freshness img.avatar,
    .bbp-template-notice img.avatar,
    .bpp-author-avatar img.avatar {
    width: 14px;
    }

    This is the site that needs fixing: http://thecashlab.com/forum/

    Notice how the avatars for the topic index are all nice and uniform, but the forum index has a bunch of different sizes?

    Thanks,
    Ben

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

  • @mercime
    Keymaster

    @mercime

    @bennygill add “p.bbp-topic-meta img.avatar” to the list above, like so:

    .bbp-body .bbp-topic-title img.avatar,
    .bbp-body .bbp-topic-freshness img.avatar,
    .bbp-template-notice img.avatar,
    .bpp-author-avatar img.avatar,
    p.bbp-topic-meta img.avatar {
    width: 14px;
    }


    bruceleebee
    Participant

    @bennygill

    Thank yoouuu!!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘[Resolved] Change Avatar CSS’ is closed to new replies.
Skip to toolbar