Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Author wpeverest

    (@wpeverest)

    Hi there,

    Can you please try this CSS? Please copy and paste the CSS in your custom css box in Appearance->Customize->Additional CSS

    #user-registration {
        width: 50%;
        margin: 0 auto;
    }
    Thread Starter amsssc

    (@amsssc)

    Hi,

    it did work for the login, but then after login, it also affects the user dashboard, profile etc… so the dashboard looks too small now… is there a way to keep that CSS for the login, but have a different CSS for the dashboard after login?

    Plugin Support Sandip Pokhrel

    (@sandippokharel)

    Hi @amsssc

    Thanks for writing back,

    Please try using the following code:

    .ur-frontend-form.ur-frontend-form--flat{
        width: 50%;
        margin: 0 auto;
    }

    Regards!

    Thread Starter amsssc

    (@amsssc)

    Hi Sandip,

    It worked! thank you so much.

    regards.

    Plugin Support Sandip Pokhrel

    (@sandippokharel)

    Hi @amsssc

    Thanks for writing back,

    We are glad we could help you out. Please let us know if you have any other questions.

    Regards!
    WPEverest Support Team.

    Thread Starter amsssc

    (@amsssc)

    Hi Sandip,
    the code you provided, did work on login fields and the dashboard as well, all is fine here.
    Now the fields to change password, on the dashboard after login, these fields are too long too…

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘login fields too long’ is closed to new replies.