Home Forums WoodMart support forum ALIGNMENT OF ELEMENTS IN ACCOUNT SIDEBAR

ALIGNMENT OF ELEMENTS IN ACCOUNT SIDEBAR

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

    Jeriss Cloud Center
    Participant

    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.
    #120179

    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

    #120181

    Jeriss Cloud Center
    Participant

    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

    #120248

    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

    #120284

    Jeriss Cloud Center
    Participant

    It seems to work now. Maybe a cache issue.
    Problem solved, thanks

Viewing 5 posts - 1 through 5 (of 5 total)

The topic ‘ALIGNMENT OF ELEMENTS IN ACCOUNT SIDEBAR’ is closed to new replies.