Home Forums Jevelin Theme Password Protected Page Reply To: Password Protected Page

Home Forums Jevelin Theme Password Protected Page Reply To: Password Protected Page

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