BuddyBoss Home – Web Support Forums Plugins BuddyBoss Wall Widget Alignment Issue

Viewing 4 posts - 1 through 4 (of 4 total)
  • Question

    #55235
    @limeholdings

    Hello,

    We’re having an issue whereas the 2nd activity post on the widget is indented and has spacing different from the other activities. This occurs regardless of which activity – even when others are deleted, the new 2nd position has the same issue. All other similar styled widgets are aligned correctly, so I’m guessing it’s an issue with this plugin.

    I have attached a screenshot for your review.

    Thanks!

    Answers

    #55354
    @vapvarun

    Hi @limeholdings, Please paste your site url i will inspect it and will suggest proper solution.
    it might be any additional plugin css it creating any conflict
    I have also tried with widget and it displayed fine

    #55392
    @limeholdings

    Hi Varun,

    That would be great. You can login at:

    http://s14467.p20.sites.pressdns.com/
    Username: demo
    Password: 0000

    Thank you!

    #55438
    @vapvarun

    Hi @limeholdings
    There is a css code in your theme which is creating issue

    http://oddballinsidercom.c.presscdn.com/wp-content/themes/woffice/css/buddypress.css?ver=2.4.3

    
    .widget.buddypress div.item-avatar img.avatar {
        float: left;
        margin: 0 10px 15px 0;
    }
    

    You can add following to your custom css to fix the issue

    
    .widget.buddypress div.item-avatar img.avatar {
        margin: 5px 10px 0 0!important;
    }
    

    Regards
    Varun Dubey

Viewing 4 posts - 1 through 4 (of 4 total)
  • The question ‘Widget Alignment Issue’ is closed to new replies.