BuddyDev

Search

[Resolved] How do i set size on badged on memberlist

  • Participant
    Level: Initiated
    Posts: 19
    theodor Snarum on #28325

    Hi
    I am having some serious problem with the badges, on the profile the size work, but on the members list it show how big the files are 50×50 rather than 32×32.
    And all my badges are shown on all users under my friends list.

    I am using kleo theme, it might be some coding in this ?

    Theo

  • Keymaster
    (BuddyDev Team)
    Posts: 24211
    Brajesh Singh on #28337

    Hi Theo,
    I am sorry for the trouble.

    Please visit Dashboard->Appearance->Customize and click on “Additional Css”

    Please add the following

    
    .item-list .bp-user-badges-badge-list img {
        max-width: 32px;
        max-height: 32px;
    }
    
    

    That will fix it.

    Regards
    Brajesh

You must be logged in to reply to this topic.

This topic is: resolved