• Resolved ctcns

    (@ctcns)


    I cannot get the login and Forgot your password buttons to centre-align no matter what I try. Can anyone suggest how to accomplish the alignment?

    Thanks and Regards,

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

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Support mansurahamed

    (@mansurahamed)

    Hi @ctcns,

    Probably because of custom css you are using. Follow this structure like default UM forms

    <div class="um-col-alt">
    <div class="um-left um-half">
    <input type="submit" value="Register" class="um-button" id="um-submit-btn" />
    </div>
    <div class="um-right um-half">
    <a href="https://localhost/wp/login/" class="um-button um-alt">Login</a>
    </div>
    <div class="um-clear"></div>
    </div>

    Thanks.

    Thread Starter ctcns

    (@ctcns)

    hello –

    thank you for taking the time to respond, but I am unclear as to what you are suggesting. Can you please elaborate?

    Regards,

    Plugin Support mansurahamed

    (@mansurahamed)

    Hi @ctcns,

    This is not default Ultimate Member login form that you are using. UM doesn’t have any login form with forget password link. You have probably using custom coding for that. Please follow above code in your custom code.

    Thanks.

    Thread Starter ctcns

    (@ctcns)

    Ah – understood – thank you!

    Plugin Contributor Champ Camba

    (@champsupertramp)

    Hey there!

    This thread has been inactive for a while so we’re going to go ahead and mark it Resolved.

    Please feel free to re-open this thread by changing the Topic Status to ‘Not Resolved’ if any other questions come up and we’d be happy to help. ??

    Regards,

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘UM Login page alignment’ is closed to new replies.