Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #893208
    goldenretriever
    Participant

    Hi, i have question, buddypress widgets show loged-in and latest logged users in new lines (screenshoot)
    I need make a grid with avatars without </br> after whole avatars. How i can change it?

    #893845
    Jack
    Keymaster

    Hi there,

    Thanks for writing in!

    We may be able to change the layout with just using CSS, but the issue will be as it’s the widget is if you place it in a sidebar, it’s going to end up breaking on smaller displays. Can you link me to the page where the widget is currently please?

    Thank you!

    #894916
    goldenretriever
    Participant
    #895987
    Jade
    Moderator

    Hi there,

    You can add this under Custom > CSS in the Customizer.

    . avatar-block.item-avatar {
        float: left;
        margin-right: 2px;
    }

    Hope this helps.

    #897321
    goldenretriever
    Participant

    Nope sorry, still looks bad 😉

    #898073
    Christopher
    Moderator

    Hi there,

    Please try this :

    .item-avatar {
        float: left;
        margin: 3px;
    }

    Hope that helps.

  • <script> jQuery(function($){ $("#no-reply-893208 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>