I’m have a slight issue with the new transparent header when the page is password protected and the site has the shrinking logo header on. On a transparent header page the logo in the header sits almost on top of the password box, on a non transparent header page it looks and works fine.
I know how to change what is written over the box with php in the function.php page what I don’t know is how, where to modify the css to lower it on the page or style it. Any snips of code to make like a wp login?
I did a temporary fix by adding top margin to the password form but I think it really needs to be fixed in the transparent, shrinking header code.
#top form.post-password-form {
margin-top: 70px;
}