Skip to:
Content
Pages
Categories
Search
Top
Bottom

Avatar sizes

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

  • Template Express
    Participant

    @danstriker

    I have changed the style:

    .entry-content img {
    width: 50px;
    }

    not sure if this is the best solution?


    @mercime
    Keymaster

    @mercime

    @danstriker I see you’d found out by now that applying 50px width for .entry-content img is not the way to go. Recommend that you add the following in your stylesheet for some of the avatars in the bbPress forums

    #bbpress-forums .bbp-topic-freshness-author img.avatar,
    #bbpress-forums .bbp-template-notice info img.avatar,
    #bbpress-forums .bbp-topic-started-by img.avatar {
    width: 20px;
    height: auto;
    }
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Avatar sizes’ is closed to new replies.
Skip to toolbar