WordPress admin bar not displaying correctly?
after updating to wordpress 3.1 with its new admin bar it has not shown up correctly on this site,

after looking at other peoples solutions i still could not fix the issue so i have overwritten it with the CSS to force the menu up by 57px
1 2 3 4
#wp-admin-bar-wp-logo {display:none;}
.ab-top-menu { position:absolute; top:-57px; left:0px;}
which now gives me this

while not 100% correct it at least means i can use the admin bar as i can see everything, if the above does not get it to display in the correct location play around with the values until you get something you can live with
add the code to your style.css theme file
Leave a Response