BuddyDev

Search

[Resolved] How to change the style of the bp-extended-user-groups-widget

  • Participant
    Level: Enlightened
    Posts: 71
    Christian Hendriks on #3885

    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,
    Christian

  • Keymaster
    (BuddyDev Team)
    Posts: 24190
    Brajesh Singh on #3894

    Hi Christian,
    try adding this to your css

    
    
    li.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 7 years, 11 months ago by Brajesh Singh.
  • Participant
    Level: Enlightened
    Posts: 71
    Christian Hendriks on #3903

    Thank you,

    The first one works perfect.

    Kind regards,
    Christian

  • Keymaster
    (BuddyDev Team)
    Posts: 24190
    Brajesh Singh on #3904

    Thank you. Marking as resolved.

The topic ‘ [Resolved] How to change the style of the bp-extended-user-groups-widget’ is closed to new replies.

This topic is: resolved