Password page acting funny

Hallo!


I have put a password on a page but I can't enter the code because the whole field is stuck in the header :S

https://nvth.nl/nvth-2021-log-in/

What is the problem and how can I fix this issue?


Sincerely,

Andrea

Comments

  • Hello,

    It's stuck in header, because you set your header to be "transparent", so its means, that your header does not have any height applied and all of the content is starting from top of the page (where the header is)

    Please use this CSS code in Theme Options -> Custom CSS & JS -> CSS to move the form a little bit far from the top.

    body.password-protected #Content{  margin-top: 150px; }
    

    thanks

  • Pablo, I could kiss you... You da man!

Sign In or Register to comment.