Skip to:
Content
Pages
Categories
Search
Top
Bottom

Following – widget


  • enquirer32
    Participant

    @enquirer32

    Had some help with avatars so they didn’t all pile up one on top of the other… however, there is another widget I need to include – ‘Following’. What is the name of the widget in the css?

    e.g. I have already added:

    .widget_bp_core_recently_active_widget .item-avatar,

    .widget_bp_core_whos_online_widget .item-avatar {float: left;height: 50px;width: 50px;margin: 0 5px 5px 0;}

Viewing 1 replies (of 1 total)

  • enquirer32
    Participant

    @enquirer32

    Is this not working properly because of my template or this really something that needs to be addressed in the core css? Fixed it with this:

    widget_bp_follow_following_widget

    .item-avatar,.item-avatar  {

    float: left;

    height: 50px;

    width: 50px;

    margin: 0 3px 3px 0;

    }

Viewing 1 replies (of 1 total)
  • The topic ‘Following – widget’ is closed to new replies.
Skip to toolbar