Hi. I'm using the standard theme coming with WP.
However, I've changed the header image to one of my own - but now the text on the header image is in a part of my new image where it cannot be seen very easily.
How do I manipulate this text around in the header section? I'v tried vertical-align: top on both #header and #headerimg - but without any luck - the text simply does not move.
Any clues as where to edit?
How about a link to your site so we can see what you mean.
Okay - but it's not LIVE yet... I'm still adjusting and trying to figure out how to place things :)
My betablog
Look in your sytlesheet for this code
h1 {
margin: 0pt;
padding-top: 70px;
}
Change the padding-top to something less anywhere from 45px to 35px looks good but just play around with it until you get it where you want it.
Thx - just what I was looking for ;)