Navigation
This is archived content. Visit our new forum.
  • Author
    Posts
  • #724379

    chchew
    Participant

    I have the “theme my login” plugin installed and activated. Upon clicking “login”, it redirects me to the login page. However the login page is not centralized. It’s on the left. I am using no container, header and footer as template.

    URL as attached in private.

    #724380

    chchew
    Participant
    This reply has been marked as private.
    #724424

    Thai
    Moderator

    Hi There,

    To center your login form, try adding following CSS under Customize > Custom > CSS:

    #theme-my-login {
        margin-left: auto;
        margin-right: auto;
    }

    Hope it helps.

    #724845

    chchew
    Participant

    Cool! It worked.

    I can put it under my X child themes style.css, can’t I?

    Thanks.

    #724970

    Nico
    Moderator

    Happy to hear that.

    Yes, you could add it in your child style.css.

    Feel free to ask us again.

    happy holidays! 🙂

    #889186

    chchew
    Participant

    I am afraid to bring back the old threads. Somehow the login menu has off center. How can we bring it back to center please? Pardon for a simple question.

    Attachments:
    You must be logged in to view attached files.
    #889774

    Paul R
    Moderator

    Hi,

    To center it, you can add this under Custom > CSS in the Customizer.

    
    #theme-my-login {
       width:320px !important;
    }
    

    Hope that helps

    #890266

    chchew
    Participant

    Great!It helped a lot.

    Thanks so much. You make my night.

    #891146

    Lely
    Moderator

    You’re welcome!

    Cheers!