Hi guys,
There are some issues on my account login page: https://imgur.com/G1sjw7u.
Indeed, comparing to the same page in your shop demo (https://imgur.com/DBwWKW4), here are the issues I would need to solve:
1) Forms don’t use page fullwidth, as they do on your demo.
2) “Remember me” and “Lost your password?” texts are not displayed the same way as on your shop.
3) “Register” button is displayed out of section borders.
All those 3 issues are shown on this mockup: https://imgur.com/YqKcwqq
Could you please help me to fix them?
Thank you very much!
If needed, you can find a link and credentials to my website in private content.
Thanks a lot!
Hey fcp,
Have you tried disabling all active plugins to see if the issue resolves?
Best regards,
Jordan Shannon
Hi,
Yes I tried to deactivate all plugins but this issue is still displayed.
Hi,
Please try the following in Quick CSS under Enfold->General Styling:
label.woocommerce-form-login__rememberme {
display: inline;
}
@media only screen and (max-width: 767px) {
.woocommerce-account .col2-set .col-1 {
width: 100%;
}
}
Best regards,
Rikard
Hi Rikard,
Thanks for your reply.
Your code solves issues 1 and 2, but not issue 3.
Could you please help me with this last thing?
Thanks a lot!
Hi,
Add this to quick css:
.woocommerce-form.woocommerce-form-register.register{
padding-bottom:60px!important;
}
Best regards,
Jordan Shannon
Hi Jordan,
It works great.
Thank you!
Hi,
Great! I’m happy t help. If you need anything else, please let us know here in the forums.
Best regards,
Jordan Shannon