any body know how i could move the avatar widget to the top bar without messing up the layout.
If you want to place the widgets in the top content area next to each other like avatar next to the profile info - this is a custom code modification.
If you just want to place an avatar widget above some widget and preserve it's size (not to expand to 100% width of the content area, you can use these styles
#avatar-console{width:30%;margin-left: 30px;// by increasing you can move the widget more to the right of the div. }