There's a mod that does this but, I usually just hard code it into the global template. Find this: and replace with this: The add this to you skin's ipb_stles.css file: #user_navigation .user_photo{ position: relative; height: 24px; width: auto; margin: -0px -2px 0px 10px; /* adjust as needed*/ padding: 1px; border: 1px solid #d5d5d5; background: #fff; -webkit-box-shadow: 0px 2px 2px rgba(0,0,0,0.1); -moz-box-shadow: 0px 2px 2px rgba(0,0,0,0.1); box-shadow: 0px 2px 2px rgba(0,0,0,0.1); }