Okay
  Public Ticket #3189344
Password Protected Page
Closed

Comments

  •  1
    Theo started the conversation

    Hello, 

    i've created a password protected page but the login of it is on the back of our page logo. How to fix this ?

    Thanks!

  •  1,778
    Support replied

    Hi there,

    I'm thinking that the easiest way is to bring down the password protection with custom css, for example

    form.post-password-form {
        margin-top: 25%;
    }

    in addition you can add specific margins for responsive, for example

    @media only screen and (max-width: 768px) {

         form.post-password-form {
             margin-top: 60%;
         }

    }

    add the code to customizer -> additional CSS

    Thank you.

    Clapat Support

    https://www.clapat.com/

    Review Envato Item Support Policy

  •  1
    Theo replied

    Thanks, And what if i wanna have a different Top Margen on desktop and on mobile phone ?
    Thanks!

  •  1,778
    Support replied

    the two css code snippets i ve sent you are dealing first with desktop and second with mobile

    Thank you.

    Clapat Support

    https://www.clapat.com/

    Review Envato Item Support Policy