Sounds like a CSS problem.. try experimenting the the logo properties in adminbar.css
I checked that css file and am not sure what to tweak
Try this in your theme’s stylesheet:
#admin-bar-logo {line-height:1.5;}
Ahhh, thank you r-a-y, looks much better now.
Last thing that I can’t figure out still dealing with the header is moving the yardbarker ad down so it is not covered by the admin bar. I have tried and can’t get it right.
try adding this to your themes stylesheet:
#header .right { margin-top: 25px; }
Awesome thanks piphut! Upon further review that code also dropped down the last tab in my menu bar so I had to take it out. Any idea how to modify it so it doesn’t effect the menu bar?
You could add a class to your img tag (e.g. ) and then add the upperRight tag to your CSS file with the (margin-top: 25px; }