Under Construction - Modifying the login

With the X theme “Under Construction” page, is there a way to center the password login instead of having it sit down in the bottom right-hand corner? Thank you.

Hello @PJ1,

Thanks for writing in!

Do you want to display it like this?

If that is the case, please go to Appearance > Customizer > Additional CSS and insert this following code:

body #tco-under-construction-bypass {
    left: 50%;
    right: auto;
    margin-left: -228px;
    bottom: 120px;
}

Feel free to change the values to adjust the position.

Thank you that worked.

You are most welcome. :slight_smile:

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.