BP Social Sidebar Avatars

How would I increase the dimensions of the sidebar avatars in the BP Social Theme? They’re sooooo small…. :o]

Happy (Soon to be) New Year!

Rone

  • Richie_KS
    • HummingBird

    hi RoneNeffect

    you should be able to adjust the blog sidebar avatar by adding this css

    to ..inc/css/style.css

    div.sidebar_list .avatar {

    width: 48px;

    height: 48px;

    }

    this can also apply to your css stylesheet on child theme if you’re using

    child theme instead.

  • RoneNeffect
    • Site Builder, Child of Zeus

    Thanks Richie for the quick reply. But the addition of that css code doesn’t seem to be doing anything….Looking at the “Who’s online” sidebar widget, the avatars are still the same small size.

    (I verified that I am not using the child version and that the code was added to the correct stylesheet) Thanks.

  • Richie_KS
    • HummingBird

    did you want the change the all the avatar size or the avatar size in blog sidebar only?

    if you want to change the global size on all, try this

    .widget .avatar {

    width: 48px !important;

    height: 48px !important;

    }

    not sure if it will break the layout tho…anyway try the solution ok.

  • RoneNeffect
    • Site Builder, Child of Zeus

    did you want the change the all the avatar size or the avatar size in blog sidebar only?

    Sidebar only…Thanks again though! I’ll wait around and see if anyone else chimes in. Its not a mission critical issue, so I’m not in a rush to get an answer. :o]