I am attempting to put a large logo on the top of my page. It used to work until I updated my template. I am using the overrides.css file with the following content
#gkLogo.cssLogo {
background: transparent url('../images/logo.png') no-repeat 0 0;
/* You can specify there logo size and background */
height: 74px;
width: 236px;
}
However, the logo size doesnt change. Please help