Header Section Disappeared
Hi all,
I tried to uplaod my own header image but for some reason the header section has vanished. Here's the CSS in the style.css file
/* =========== [ 4. HEADER ] =========== */
#masthead .row {
margin-top:15px;
margin-bottom:25px;
position: relative;
overflow: hidden;
}
#site-title a {
width:400px;
height:70px;
margin:0 0 0 0px;
display:block;
background:url(images/vantage-logo.png) no-repeat 0 0;
text-indent:-9999px;
}
#site-description {
margin:0px;
color:#333;
font-family:Georgia, "Times New Roman", Times, serif;
font-size:14px;
font-weight:normal;
-moz-text-shadow: 0 1px 0 #DDD;
-webkit-text-shadow: 0 1px 0 #DDD;
text-shadow: 0 1px 0 #DDD;
position: absolute;
top: 53px;
left: 82px;
z-index: 10;
}
Any ideas?