Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.

Profile Picture thumb CSS

The image here http://prntscr.com/8t6byg
It shows that the thumb profile picture is off from the user bar. How do I make it so it fits the user bar like right here?

Tagged:

Comments

  • R_JR_J Ex-Fanboy Munich Admin

    Use Firebug, Webinspector or whatever tool your browser supports. You can inspect how it is done here and try to copy that for your forum. Best way to make small changes to existing themes is by using bleistivts CSSEdit plugin.

    When you look at how it is done here you will find:

    .MeBox.Inline > .PhotoWrap .ProfilePhoto {
        height: 24px;
        width: 24px;
    }
    

    Try if it is already enough to copy that in the CSSEdit input box that you can find in the dashboard after you have activated the CSSEdit plugin.

Sign In or Register to comment.