Just tested this in IE versus Chrome and the problem doesn’t manifest in IE. In Chrome, the DIV is the right height (there’s space between the wrongly sized logo ad the input field boxes), but the image itself is the size of the original WordPress logo… I can’t find what CSS is causing the problem, so it would seem like it may be a browser compatibility issue??
Added #login h1 a {background-size:100%;} to Presentation Settings Custom Login CSS and it fixed the problem.
I didn’t have that CSS file, instead, I added it to:
/wp-admin/css/wp-admin.min.css
But I’m pretty sure I will lose the change with next update 🙂
Admin panel – Pie Register – Presentation Settings – Custom Login CSS
add
#login h1 a {background-size:100%;}
Save Changes!
I’ve added a custom logo and it does not appear at all.
Suggestions?
Thanks