[Resolved] Password protected page

Home Forums Support [Resolved] Password protected page

Home Forums Support Password protected page

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #2038430
    Dan

    Hi there,

    How can I replicate or improve the password protected page message with using Element Block setup?

    #2038467
    Ying
    Staff
    Customer Support

    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 ๐Ÿ™‚

    #2038495
    Dan

    Thank you Ying,

    #2038542
    Ying
    Staff
    Customer Support

    No problem ๐Ÿ™‚

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.