Tagged: x
-
AuthorPosts
-
April 21, 2016 at 2:54 am #893208
goldenretrieverParticipantHi, 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?April 21, 2016 at 10:33 am #893845
JackKeymasterHi 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!
April 22, 2016 at 2:46 am #894916
goldenretrieverParticipantApril 22, 2016 at 5:37 pm #895987
JadeModeratorHi there,
You can add this under Custom > CSS in the Customizer.
. avatar-block.item-avatar { float: left; margin-right: 2px; }Hope this helps.
April 24, 2016 at 5:47 am #897321
goldenretrieverParticipantNope sorry, still looks bad 😉
April 25, 2016 at 12:07 am #898073
ChristopherModeratorHi there,
Please try this :
.item-avatar { float: left; margin: 3px; }Hope that helps.
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-893208 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
