i want the image to take up the entire header. i have tried this .header-image .site-title > a {
/*background: url(images/logo.png) no-repeat left;*/
float: left;
min-height: 130px; <—– its currently 60px change to 130px
width: 100%;
}
with not luck. someone please help