BuddyBoss Home – Web Support Forums Solutions Social Learner Problem with BadgeOS 'show all' button

  • This topic has 3 replies, 2 contibutors, and was last updated 9 years ago by Anonymous.
Viewing 4 posts - 1 through 4 (of 4 total)
  • Question

    #52031
    @english24

    Hi,

    Does anybody know how to increase the size of the BadgeOS ‘show all’ circular button on the profile page. Going live in a couple of days and it’s smaller than it should be and floating above the ‘…’ dots. It doesn’t look right. See the attached screen shot.

    Thanks for anybody who can help… 🙂

    Answers

    #52331

    Anonymous
    @

    Hi @ianclayton, add this css for 3 dots visibility

    
    #widget-achievements-listing-item-more .badgeos-item-thumb span {
        border-radius: 50% !important;
        display: inline-block !important;
        width: 40px !important;
        height: 40px !important;
        vertical-align: middle !important;
        background-color: #dde3ea !important;
        line-height: 42px !important;
        text-align: center !important;
        text-shadow: none !important;
        font-size: 20px !important;
        margin-top: 3px !important;
        color: #818c9a !important;
    }
    
    #52471
    @english24

    Thanks a lot. That’s brilliant!
    🙂

    #52489

    Anonymous
    @

    🙂

Viewing 4 posts - 1 through 4 (of 4 total)
  • The question ‘Problem with BadgeOS 'show all' button’ is closed to new replies.