Hi guys. My blog has a small background image that should be aligned with the header image. For visitors not logged in in wordpress, it looks ok. But for those logged in, the navbar pushes the header image down by 28px, and not the background image. As a result, the two are no longer aligned.
I looked in the forums and found this:
body.loggedin { background-position: 0 28px; }
I tried to insert this in my custom css but it doesn't work (I have the upgrade). Maybe I insert it in the wrong place. Can anyone help? Thanks.