kdaye87
Member
Posted 2 years ago #
Hi,
I'm working on a blog http://artnouveaumagazine.com/blog12/
I want the background to be behind the text but more raised. Would deleting the Header make this possible. I want this
http://artnouveaumagazine.com/blog12/
to look like this
http://www.artnouveaumagazine.com/blog12/wp-content/uploads/2009/Picture22.jpg
Try editing your stylesheet and changing:
#header {
background:url(http://artnouveaumagazine.com/blog12/wp-content/uploads/2009/benbackground.jpg) no-repeat 0 -80px;
border-bottom:0 solid #4A4D4C;
margin:0;
padding:0;
}
to
#header {
background:url(http://artnouveaumagazine.com/blog12/wp-content/uploads/2009/benbackground.jpg) no-repeat 0 -100px;
border-bottom:0 solid #4A4D4C;
margin:0;
padding:0;
}
Or just reduce the height of your header image. 930px is more than a little OTT for a header image.