Hi Again!
I figured out how to move the header image down (the girl), but I'm still having problems making the logo appear correctly.
This is the only code I see in all the templates and within the style.css (it's in the style.css) that mentions my image: logo.png
/*** Logo ***/
.logo { clear:both; float:left; /*float:left;*/ overflow:hidden; padding:53px 0px 0px 104px;}
.logo h1 { width:250px; height:37px; background:url(images/logo.png) no-repeat 0 0; font-size:1em; font-weight: normal; color:#fff; cursor:pointer; text-indent:-1000em; overflow:hidden;}
.logo h1:hover { text-decoration:none;}
.description { margin:2px 0px 0px 20px; font-size:1.2em; font-weight: bold; color:#afe2e9; overflow:hidden; }
Can anyone tell from this why my logo is hiding partially?
Also, I would like to learn more... can anyone recommend a book... what should I be learning first, WordPress, CSS, php(?) ?????
Thanks!