That's because you are adding wrong code on override.css file:
Not good
- Code: Select all
h1#gkLogo a img {
width: 300 px;
height: 119 px;
}
Correct
- Code: Select all
h1#gkLogo a img {
width: 300px;
height: 119px;
}
Anyway, if you want to use this size i do recomend that you decrease image size from 600x239px to 300x119px. Unnecessary weight on image and not the best quality display.
Cheers