Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #293916

    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?

    #294020

    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;
    }

    #294433

    Hi!

    You can use following code instead to apply the code only on transparent headers

    .html_header_transparency .post-password-form {
    margin-top: 70px;
    }

    I will report the issue. Thanks for the heads up :)
    Let us know if you have any other questions or issues

    Cheers!
    Yigit

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Password protected page with transparant shrinking logo’ is closed to new replies.