• Resolved cforce22

    (@cforce22)


    The password change field on the Account Details (edit-account) page does not display properly. The field displays vertically versus horizontally. In fact, the entire page seems to be right aligned. I have used Chrome, Firefox, Edge, IE and Safari. All zooms are at 100%.

    How can I get this resolved quickly?

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

Viewing 8 replies - 1 through 8 (of 8 total)
  • Please post the url for the page so the markup and styles can be examined with browser tools.

    I am having the same issue. Once a user has logged in and goes to “Account Details”, the Password Change fields display vertically and right-aligned to the page. It would be the same URL path as the other person posted. How can this be resolved? I did not know this displayed as such until a customer called about it.

    Thread Starter cforce22

    (@cforce22)

    @lorro, are you looking for the URL to my site? The My Account on my site has not been customized. It would be the same as what was delivered in the plugin. I am hoping you have a sandbox to use as I do not want users creating an account on the site that I’ll have to clean up later.

    This works ok on my dev site. Its likely that the corruption comes from one of your plugins or your theme or a combination thereof.

    Try deactivating all other plugins and switch to the Storefront theme. It should look fine now. Reactivate theme and plugins one-by-one and check to try to identify which one is causing the issue.

    Sometimes things like this can be patched with some custom css, but it would be necessary to examine the page to be able advise.

    Here is my site https://www.leonardswash.com.

    Well, my URL is being held for moderation. :/

    Try this custom css:

    .woocommerce-MyAccount-content fieldset {
      clear:both;
    }

    Custom css can be entered at:
    Dashboard > Appearance > Customise > Additional CSS

    It looks like that CSS worked. I will test the site to make sure nothing else has changed. Thank you very much!

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘edit-account password change displays incorrectly’ is closed to new replies.