Skip to:
Content
Pages
Categories
Search
Top
Bottom

Change Avatar Size In Widgets


  • jende
    Member

    @jende

    How can I make the avatars in the Default theme side bar widgets larger?

Viewing 1 replies (of 1 total)

  • @mercime
    Keymaster

    @mercime

    @jende The avatars in the sidebar widgets are constrained down to 40px x 40px via stylesheet. The actual avatar size is 50px x 50px. You could change the avatar size via your bp-default child theme’s style.css file like so:
    `#footer-widget-area div.item-avatar img, /* remove this line if you only want to change size in right sidebar */
    div#sidebar div.item-avatar img {
    height: 50px;
    margin: 1px;
    width: 50px;
    }`

Viewing 1 replies (of 1 total)
  • The topic ‘Change Avatar Size In Widgets’ is closed to new replies.
Skip to toolbar