display: block for header images
-
I’m using sandbox theme and custom CSS and trying to get a custom header image up. problem is that when using display: block or rather
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;for the CSS the header image has way too much padding at the top. does anyone know how to fix this?
thanks!
-
Could you give us a link to your wordpress.com blog so that we can help you with this. Thank you.
-
- The topic ‘display: block for header images’ is closed to new replies.