• Resolved dvalck

    (@dvalck)


    Hi,
    Question about the content of the password reset email.
    There is this link with the title “Click here to reset your password”, which we would like to have in the horizontal center of the email. (css align: center). Now it remains at the left.
    However, nowhere in the settings or styles can I find to do so.
    Please can you be of help?

    Thank you,
    D.V.

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

    (@karlalevelup)

    Hi, D.V.!

    Glad you reached out to us.

    Try this:

    .link {
    display: block;
    text-align:center;
    }

    This should make the link element occupy the full width and assign a text-alignment to center.

    Let me know if this works for you.

    Thread Starter dvalck

    (@dvalck)

    Thank you very much. –))
    D.V.

Viewing 2 replies - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.