ALIGNMENT OF ELEMENTS IN ACCOUNT SIDEBAR
-
Dear,
In the attachment you’ll see that there is an issue of alignment between
– checkbox to retain credentials
– link forgot password
Can you fix this please?
Thanks
Attachments:
You must be
logged in to view attached files.
Hello,
Please add this code to the Theme Settings > Custom CSS > Global:
.login-form-side .login-form-footer .woocommerce-LostPassword{
padding-bottom:5px;
}
Increase/decrease the padding as per your needs
Best Regards
On the account page, it works with this :
.login-form-footer .lost_password, .login-form-footer .remember-me-label {
margin-bottom: 0;
}
But on the account sidebar, this doesn’t work :
.login-form-side .login-form-footer .woocommerce-LostPassword {
padding-bottom: 0;
}
Why?
Thanks
Hello,
When I check it works http://prntscr.com/nf54z7
Try this code:
body .login-form-side .login-form-footer .woocommerce-LostPassword {
padding-bottom: 0;
}
Best Regards
It seems to work now. Maybe a cache issue.
Problem solved, thanks
The topic ‘ALIGNMENT OF ELEMENTS IN ACCOUNT SIDEBAR’ is closed to new replies.