Creative Logo does not work in IE8

Beautiful and responsive WordPress theme with amazing parallax effect.
GK User
Wed Sep 12, 2012 9:11 pm
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
User avatar
Fresh Boarder

GK User
Thu Sep 13, 2012 8:18 am
Hi,

In general if your logo is bigger then the size specified in the CSS code, then you can change it easily in the file css/template.css in this fragment:

Code: Select all
#gk-head a.cssLogo {
   background: transparent url('../images/style1/logo.png') no-repeat 0 0;
   display: block;
   height: 62px;
   width: 160px;
   text-indent: -9999px;
}


You have to change the width and height properties.
User avatar
Administrator


cron