Hi,
please check our my-account login page on mobile screen.
You can see, that the “Forgot password” link is hidden behind the button (see link or screenshot provided.
Do you know how I can fix it?
Thanks!
I have installed the storefront theme to check and the problem is not visible with the storefront theme.
so it has something to do with enfold.
Hi, do you have any suggestions? Thank you
Hi flipstar99,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
@media only screen and (max-width: 479px) {
.responsive #top .col2-set .col-1 {
display: block;
min-height: 355px;
}
#top form.login, #top form.register {
min-height: 330px;
}
.woocommerce .login .button {
margin: 10px;
}
.woocommerce .login .lost_password {
top: 0em;
float: left;
width: 100%;
}
}
If you need further assistance please let us know.
Best regards,
Victoria
Thank you very much, its working, Thread can be closed.
Hi flipstar99,
Glad we could help :)
We are closing the thread.
Best regards,
Victoria