Header image running into content area
-
I’ve added a custom header image to my blog (http://spinellimd.wordpress.com/) using the additon of the following CSS
h1 a {
display:block;
text-align:left;
background:url(http://spinellimd.files.wordpress.com/2008/09/cropped-embroiderylogo4.jpg) top center no-repeat;
height:200px;
width:760px;
border:1px solid #FFFFFF;
text-indent:-9000px;
}the problem is that the header is running very low on the page and running into the main content and sidebar.
is there any way to fix this?
-
- The topic ‘Header image running into content area’ is closed to new replies.