Tagged: woocommerce
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.
Is there something I can do to realign the page elements correctly?
Thanks.
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
Hey!
Try adding this to your custom CSS.
#customer_login input[type="submit"] {
float: none !important;
}
Best regards,
Elliott
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.
Hey!
Add this,
.col-1, .col-2 { background: transparent !important; }
Cheers!
Elliott
Thanks Elliott – worked great.
Cheers.