• Resolved maxschriebl

    (@maxschriebl)


    I would really like to change the Buttons on my UM login/register form so that the login button is on the right and the register button is on the left. Is this possible, or am I just blind and not finding a setting?

    Thanks!

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support andrewshu

    (@andrewshu)

    Hello @maxschriebl

    Try to add this CSS code:

    .um-login .um-left {
        float: right;
    }
    .um-right {
        float: left;
    }

    Regards.

    Thread Starter maxschriebl

    (@maxschriebl)

    @andrewshu Thank you so much, i changed your code a bit so it also works on the register form;

    .um-left {
    float: right!important;
    }
    .um-right {
    float: left!important;
    }

    Thank you again and have a nice day,
    Max

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Change Buttons’ is closed to new replies.