Archived topic
Private page
1 reply · Started by Paul on May 31, 2019
Viewing posts 1–2 of 2
Hi, i've created a private, password protected page.
Page has a full width layout with transparent header, set up using elements and as a result the password entry box is sitting top left over the logo.
Is there anything I can do to make it sit more central?
URL attached.
thanks very much.
Hi there,
Try this CSS:
.post-password-form {
text-align: center;
}
Let me know :)
This archived topic is closed to new replies.