IE8
Windows7
WP3.41
Set theme branding to a specific logo within the UI. It will not display in IE8.
I'm fine overriding it using CSS and uploading the file, but CSS truncates the image at 160px. My logo is longer.
Help?
Thanks!
John
#gk-head a.cssLogo {
background: transparent url('../images/style1/logo.png') no-repeat 0 0;
display: block;
height: 62px;
width: 160px;
text-indent: -9999px;
}