MS login at the top

Home Forums Legacy Support 4.0 Bugs & Issues MS login at the top

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #369773
    EduMEE2
    Participant
    how can i make this arrangement in login screen https://gyazo.com/106dd797743ea8655eca58beea44ca42 its important for me. i tried css it does not work
    #369812
    Veronica
    Moderator
    hi well I think CSS order property will help it out please share URL on which we can check this
    #369820
    EduMEE2
    Participant
    This reply has been marked as private.
    #369912
    Veronica
    Moderator
    add this css in youe wp-admin -> appearance -> customize -> custom css:
    .login_popup_content > *{
        width:50% !important;
    }
    .login_popup_content a.button.is-primary:nth-of-type(1) {
        order:3;
    }
    .login_popup_content a.button.is-primary:nth-of-type(2) {
        order:2;
    }
    .login_popup_content a.button.is-primary:nth-of-type(3) {
        order:1;
    }
    .login_popup_content a.button.is-primary:nth-of-type(4) {
        order:4;
    }.login_popup_content a.button.is-primary:nth-of-type(5) {
        order:5;
    }
    @media(max-width:500px){
        .login_popup_content > *{
            width:80% !important;
        }
        .login_popup .vicon-close {
        right: -30%;
        }
    }
    #369982
    EduMEE2
    Participant
    This reply has been marked as private.
    #369997
    Veronica
    Moderator
    good to know
Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘MS login at the top’ is closed to new replies.