Archived topic
Password protected page
3 replies · Started by Dan on December 4, 2021
Viewing posts 1–4 of 4
Hi there,
How can I replicate or improve the password protected page message with using Element Block setup?
Hi Dan,
The page doesn't look like using the default GP template, so customizer has no control over its layout.
But you can give this CSS a try:
div#content .post-password-form {
max-width: 900px;
margin-left: auto;
margin-right: auto;
margin-top: 80px;
margin-bottom: 120px;
}
Let me know if this helps :)
Thank you Ying,
No problem :)
This archived topic is closed to new replies.