I am having a problem with the custom logo displaying properly. [By the way, instead of marking something as “Resolved”, wouldn’t “Workaround” be more appropriate?]
I am running WP 3.9.1 (I’ve tried the 4.0 beta, but I cannot stand the site being updated once a day by the nightly builds).
My logo image is 80px wide by 88px high. Putting “88” as the logo height does not work. The problem is the logo is being scaled and made the same width as the form below it. So, with a height of 88px (or left out), I get an enlarged logo that has the top and bottom cropped. If I set the logo height to 350px (i.e. “350” in the Private Only settings), the whole logo appears, but it is much too large.
The problem is that the plugin code is inserting CSS styling that gives the “#login h1 a{” a background attribute of 100%. That should be removed (if I do that using the Firefox inspector, it displays properly).
So I guess there are two workarounds:
1) I could change my logo to be the width of the form and keep it 88px high.
2) I could replace the WordPress logo by mine (the WP logo is 80px by 80px).
I’ll probably use (2) as the WP logo is better positioned.