Header image in Kubrick theme overlapping
-
Our blog: http://blog.monumentstudio.com
The issue: We have re-defined #header to show as the correct background image, but looking at the code we see a bunch of overlaps in the code, like these:
#header {
background:url(‘http://monumentstudio.files.wordpress.com/2007/05/monu_blog_header14.jpg’) no-repeat top;
}
#header {
background: #73a0c5 url(‘images/kubrickheader.jpg’) no-repeat bottom center;
}#header { background: url(“https://s-ssl.wordpress.com/wp-content/themes/default/images/kubrickheader.gif”) no-repeat bottom center; }
#header { background: url(‘https://s-ssl.wordpress.com/wp-content/themes/default/images/header-img.php?upper=000000&lower=000000’) no-repeat bottom center; }
#headerimg { background: url(http://monumentstudio.files.wordpress.com/2007/05/monu_blog_header14.jpg) no-repeat top;}
If you look at the page you’ll see the overlap clearly showing. What can we do to fix the issue? Any clues? I find it annoying that it’s so complex just to change a background image.. I wish they’d let us edit the whole stylesheet instead of just “adding code” to it.
thanks for any info. :)
- The topic ‘Header image in Kubrick theme overlapping’ is closed to new replies.