Default theme custom header weirdness – custom image moves itself left
-
I swapped out the default image on a blog I author (https://rrhobbs.org) substituting an animated gif in lieu of the default header image, it seemed simple enough to make the new image the exact same size (760 x 200) as the original, upload it to my default theme images directory and change the line below in style.css from:
header {
background: #73a0c5 url(‘images/kubrickheader.jpg’) no-repeat bottom center;
}to:
header {
background: #73a0c5 url(‘images/static760-2.gif’) no-repeat bottom center;
}THIS is the where the weirdness begins…
Does anybody have any idea why the image has moved itself to the left what appears to be 1 pixel ???? (at least, in FF and GC)
I tried changing the css in #headerimg but it didnt move it.
Driving me nuts LOL
thx
- The topic ‘Default theme custom header weirdness – custom image moves itself left’ is closed to new replies.