Okay
  Public Ticket #934416
Password pages
Closed

Comments

  • Sanjay started the conversation

    Hey, 

    I just wanted to ask for some coding to fix a little issue with the theme. When you have a password protected page, on a desktop the password field is too high and you usually can't click into the box to enter the password.

    Can we make it come down lower?

    Thanks.

  •  9,027
    Tahir replied

    Hey Again,

    Add this into the Custom CSS box located in your Salient Options panel (Make Sure there are no red cross in the Box) :

    form.post-password-form {
        margin-top: 20% !important;
    }

    Thanks


    ThemeNectar Support Team 

  • Sanjay replied

    Great, that works well, thanks!