BuddyBoss Home – Web Support Forums Themes Boss. theme Group avatars disappear or overlaps over the text

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

    #57176
    @r-padurea

    Hello, can you guys help me fix this. I recently noticed that group avatars disappear in Chrome and overlaps over the text on iPad.
    Is this a known issue or just me?

    Thank you.

    Answers

    #57194

    Anonymous
    @

    Hi @r-padurea, Please paste your site url we will check at your website
    Regards

    #57196
    @r-padurea
    #57221

    Anonymous
    @

    Hi @r-padurea

    geodir_gd_booster css is creating conflict with BuddyPress css

    Please deactivate it for a while to debug the issue

    Regards
    Varun Dubey

    #57226
    @r-padurea

    I deactivated it, but the problem remains.

    #57245

    Anonymous
    @

    Hi @r-padurea, Please add following to your custom css

    
    #primary #groups-list li .item {
        width: 80% !important;
    }
    

    I have notified about it to developers
    Regards
    Varun Dubey

    #57248
    @r-padurea

    Thank you @vapvarun, i applied this code, and the avatars are visible now, but, for some reason, the first group is not vertically aligned with the others. Can this also be fixed?

    Thank you.

    #57281

    Anonymous
    @

    Hi @r-padurea
    Please update the css with following

    
    #primary #groups-list li .item {
        width: auto !important;
    }
    

    Regards
    Varun Dubey

Viewing 8 posts - 1 through 8 (of 8 total)
  • The question ‘Group avatars disappear or overlaps over the text’ is closed to new replies.