Password Protected Page

Home Forums Jevelin Theme Password Protected Page

Home Forums Jevelin Theme Password Protected Page

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    RESOLVED Posts
  • tyne
    Participant

    Hello,

     

    I’ve created a ‘Password Protected Page’ and am wanting to know how I can change the layout of this page. At the moment the area where you type your password is right up against the left side of the screen and I would like it to have more space around it.

     

     

    Solution for this topic

    Hi @tyne,

     

    I hope you are well today and thank you for your question.

     

    You can add more space around it by adding the following CSS code in the Custom CSS code option of your theme on the below path.

     

    Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code

     

    form.post-password-form {
        padding: 50px;
    }

     

    Best regards,
    Shufflehound team

    tyne
    Participant

    Thank you 🙂

    You are most welcome here 🙂

Viewing 4 posts - 1 through 4 (of 4 total)