Hi Support,
Please can you take a look at the image I have attached of the My Account page.
I would like “Lost your password” moved up to below “remember me” and the “register button” inside the box as at the moment it is outside.
Thanks in advance.
Hey Wils1234!
Thank you for using Enfold.
Please use this in the Quick CSS field:
.lost_password {
top: -50px;
position: relative;
left: 5px;
}
label[for="rememberme"] {
position: relative;
top: 20px;
}
.register {
padding-bottom: 50px !important;
}
Cheers!
Ismael
Hi Ismael,
Thanks for that. It worked.
I have noticed that the login button on this page, only a small part of the button becomes active when you hover over it.
Please can you advise how I can make the whole button active when hovering over it.
Thanks in advance.
Hi!
Add to your CSS:
.button {
z-index: 999;
position: relative;
}
and let us know if that works properly for you!
Regards,
Basilis
Hi Basilis,
Thanks, that worked.