Tagged: 

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #392986

    Hi,

    When I use the woocommerce My Account page with just a login option, things display fine. However when I include registration, everything is misaligned. The submit button is outside of the box, as are the headings.

    screenshot

    Is there something I can do to realign the page elements correctly?

    Thanks.

    • This topic was modified 9 years, 9 months ago by coat_tails.
    #393313

    Hey coat_tails!

    Can you send us a link so we can take a look? You can set your reply as private if you wish.

    Cheers!
    Elliott

    #393371
    This reply has been marked as private.
    #393845

    Hey!

    Try adding this to your custom CSS.

    #customer_login input[type="submit"] {
      float: none !important;
    }

    Best regards,
    Elliott

    #394232

    Thanks Elliott – that’s definitely improved the positioning of the submit button. Should the background coloring of the two forms extend past the borders though?

    Thanks for the help.

    #394700

    Hey!

    Add this,

    .col-1, .col-2 { background: transparent !important; }
    

    Cheers!
    Elliott

    #394877

    Thanks Elliott – worked great.

    Cheers.

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Woocommerce registration login page layout’ is closed to new replies.