• Resolved panatan

    (@chrgilles)


    Hi all,

    Does anybody knows how it is possible (when using Woocommerce) to have login form above register form and not side by side ?
    Thanks a lot

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

    (@sandippokharel)

    Hi there,

    Thanks for writing in,

    To stack the WooCommerce registration and login forms vertically, please use the following CSS code.

    .woocommerce-account .woocommerce-form-login,
    .woocommerce-account .woocommerce-form-register {
        float: none;
        width: 100%;
    }

    To add custom CSS codes, please refer to the documentation in the link below.

    https://docs.wpuserregistration.com/docs/where-do-i-add-my-custom-css/

    I hope this helps.

    Regards!

    Plugin Support Sandip Pokhrel

    (@sandippokharel)

    Hi there,

    Since we haven’t heard from you in a while, I’m going to go ahead and conclude this thread for now. However, if you have any further questions or if there’s anything else we can assist you with, please feel free to continue the conversation.

    Regards!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How to have login form above register form ?’ is closed to new replies.