XF 1.1 Upgraded, lost my logo

Morgain

Well-known member
Upgraded to the most recent 1.1 and replaced logo.png with my own logo, renaming as logo.png
Header Logo Image Path = styles/default/xenforo/logo.png
All that displays is a squashed thing left hand corner

http://www.firstcollege.co.uk

My logo is 711 X 55
I have it on another site but cant remember if there's any more settings I have to do - the width maybe?logo.webp
This is the file. When I used the filepath to logo.png as a url it wouldn't display saying the file has errors. But ti's displaying fine on the other site.
 
Code:
#logo img {
vertical-align: middle;
}
img:-moz-broken:not([height]), img:-moz-user-disabled:not([height]) {
height: 50px;
}
img:-moz-broken:not([width]), img:-moz-user-disabled:not([width]) {
width: 50px;
}
img:-moz-broken, img:-moz-user-disabled {
-moz-force-broken-image-icon: 1;
}
 
I have no more suggestions. If you want to grant me FTP access, I could take a look and try and upload it on my end. PM me if interested.
 
Top Bottom