Hello, thanks for this plugin.
But i have one question.
I want it clear among themselves without beveled end
See picture for what i mean.
http://s32.postimg.org/3uqcwemmt/download.png
(i make it whit blur because the content of my site is nsfw)I hope someone can help me out.
Kind regards,
ChristianHi Christian,
try adding this to your cssli.bp-extended-user-groups-widget-item { float:none; clear:both; }
If that does not work, you can add the following lines too(clearfix hack)
li.bp-extended-user-groups-widget-item:after, li.bp-extended-user-groups-widget-item:before { content: " "; display:table; } li.bp-extended-user-groups-widget-item:after{ clear: both; }
that will do it.
- This reply was modified 8 years, 6 months ago by Brajesh Singh.
Thank you,
The first one works perfect.
Kind regards,
Christian
Viewing 4 posts - 1 through 4 (of 4 total)
The topic ‘ [Resolved] How to change the style of the bp-extended-user-groups-widget’ is closed to new replies.
This topic is: resolved