• Resolved doriantaylor

    (@doriantaylor)


    Hey there.

    Is there any possibility to make the Change Password-Form double-columned? Since the form is hard weired i wanted to change the code, burt i couldn’t finde the php for these changes.

    Is there a way to solve this problem nicely? ??

    Any suggestion is appreciated.

    THX,
    Johannes

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Contributor Champ Camba

    (@champsupertramp)

    Hi @doriantaylor

    You can try the following CSS snippets to make it double-columned. You will have to tweak the CSS to adjust the width and height with our preference.

    #um_field_password_current_user_password{ width: 50%; float: left; }
    #um_field_password_user_password{ width: 50%; float: left;}
    #um_field_password_confirm_user_password{ display: block; margin-top: 100px; }
    

    Regards,

    Thread Starter doriantaylor

    (@doriantaylor)

    hi @champsupertramp .

    That worked just excellent!

    Thank you very much fr your support!

    Plugin Contributor Champ Camba

    (@champsupertramp)

    Hi @doriantaylor

    Thanks for letting us know.

    Regards,

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Make the Change Password-Form double-coulmned’ is closed to new replies.