• Hi there! I really love the theme. However, on my WordPress site using Buddypress, I run into a few problems…

    http://imgur.com/5Ni872k,kLoFvYb

    I’d really appreciate if I could get some insight on this. Other than these little problems, the theme is really awesome.

Viewing 1 replies (of 1 total)
  • It’s just an oversight. The fix will be in place for the next release. Here’s the CSS:

    /* =bbPress
    -------------------------------------------------------------- */
    #bbpress-forums .avatar {
      -webkit-box-sizing: content-box;
      -moz-box-sizing: content-box;
      box-sizing: content-box;
    }
    
    .bbp-author-avatar {
      display: inline-block;
    }
    
    .bbp-author-avatar img {
      margin-bottom: 0 !important;
    }
Viewing 1 replies (of 1 total)
  • The topic ‘Font/images not correct size [bbPress/Buddypress]’ is closed to new replies.