BuddyDev

Search

[Resolved] Position user badge behind active time

  • Participant
    Level: Master
    Posts: 496
    Daniel on #48234

    Yo hi,

    I have implemented some changes on user header and I would like to position the user badge to the right and up behind the user active time because the header becomes too large as it is right now. (I have tried different CSS but I couldn’t find the right solution.)

    Could you please help me to achieve it? Thank you for your assistance.

    Regards
    Daniel

  • Participant
    Level: Master
    Posts: 496
    Daniel on #48235
    This reply has been marked as private.
  • Keymaster
    Level: Yogi
    (BuddyDev Team)
    Posts: 2934
    Ravi on #48242

    Hello Daniel,

    Please try the following CSS rules and let me know if it helps

    
    #item-header-content .bp-user-badges-badge-list {
    display: inline;
    }
    
    #item-header-content .bp-user-badges-badge-list img {
    margin-top:0
    }
    
    

    Regards
    Ravi

  • Participant
    Level: Master
    Posts: 496
    Daniel on #48246

    Hi Ravi,

    Thanks a lot for the awesome code, the header looks really beautiful and custom made!

    Have a nice day.

    Regards
    Daniel

You must be logged in to reply to this topic.

This topic is: resolved