WordPress user bar is causing background image misalignment
-
The WordPress.com bar adds 28 pixels to the top of the page.
It moves everything down EXCEPT the background image.
My background image aligns with the content of the page.
If a user is logged into WordPress, then everything becoms misaligned.
I am using a modified Koi theme.
Is there anything I can do about this?
If not, is there a different theme I can use where the background image alignment would not be afftected by the WordPress user bar?
The blog I need help with is: (visible only to logged in users)
-
It isn’t the background image, it is the wrapper that is getting pushed down when the admin bar is there. I can keep that from happening by using position:absolute on the wrapper, but that kills the left/right margin auto.
This is one that @hallluke might have to address. He has a lot more CSS experience than I do.
- The topic ‘WordPress user bar is causing background image misalignment’ is closed to new replies.