Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #1259940

    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!

    #1260030

    Hey fcp,

    Have you tried disabling all active plugins to see if the issue resolves?

    Best regards,
    Jordan Shannon

    #1260604

    Hi,
    Yes I tried to deactivate all plugins but this issue is still displayed.

    #1260884

    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

    #1261070

    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!

    #1261162

    Hi,

    Add this to quick css:

    .woocommerce-form.woocommerce-form-register.register{
    padding-bottom:60px!important;
    }

    Best regards,
    Jordan Shannon

    #1262220

    Hi Jordan,
    It works great.
    Thank you!

    #1262221

    Hi,

    Great! I’m happy t help. If you need anything else, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Login page layout issue’ is closed to new replies.