• Resolved tkaldridge

    (@tkaldridge)


    I noticed that the password field is at the bottom of the checkout page and not under create account password. How can I move the field to the right location?

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

Viewing 1 replies (of 1 total)
  • Plugin Author Danny Santoro

    (@danielsantoro)

    Automattic Happiness Engineer

    Hi there!

    It looks like this is due to your theme – it’s very oddly spacing blocks and fields. I was able to get a display with the password on a separate row by adding this CSS – you can use something like Simple Custom CSS to add the following line:

    .woocommerce-account-fields {clear: left;}

    It then returned this display: https://cld.wthms.co/DNigL7

    You could use a plugin like Custom Fields Editor from SkyVerge that you can find on WooCommerce.com for more control over each field’s position – let me know if this works for you!

Viewing 1 replies (of 1 total)
  • The topic ‘Password Field Moved’ is closed to new replies.