Tagged: woocommerce
Hi guys,
I have an issue with the My-Account page on my site, the styling is somewhat off, please see screenshot:
site is: http://www.meoartis.com/konto/
Thanks,
Gabe
Hey chiummog!
Please add this on Quick CSS or custom.css:
#customer_login > div.col-1 > form > p.lost_password {
margin: 0 0 10px 5px;
position: relative;
left: 5px;
top: -12px;
}
form.login, #top form.register {
padding-bottom: 50px;
}
Best regards,
Ismael
Mind if I ask about how to put Lost Your Password right next to Remember Me; then put them between Password field and Login button?
Many thanks!
Hey!
That’s not easily possible because of the html structure. However you can push the “lost password” link down with this css code:
.lost_password{ clear: both; }
Cheers!
Peter
Perfect, thanks! Please close post!