Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #539718

    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.

    #541307

    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

    #541754

    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.

    #542025

    Hi!

    Add to your CSS:

    .button {
    z-index: 999;
    position: relative;
    }

    and let us know if that works properly for you!

    Regards,
    Basilis

    #542552

    Hi Basilis,

    Thanks, that worked.

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘My Account Page’ is closed to new replies.