• Resolved cpaxlvacy

    (@cpaxlvacy)


    Hello, The login/registration form is responsive in some mobile resolutions, however in cellphones that have a smaller screen the right side of the page is not completely responsive.
    I would appreciate if someone can help me resolving this issue. Thanks

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hello @cpaxlvacy ,

    I can see the problem. There were some big padding in the form. Please add this code in your wp-admin > Appearance > Customize > Additional CSS field –

    @media only screen and (max-width: 500px) {
        .woocommerce-account .woocommerce {
            display: block;
        }
    
        form.woocommerce-form-login .woocommerce-form-login-wrap {
            padding: 5%;
        }
    }

    I hope this information will help.

    Thank you ??

    Thread Starter cpaxlvacy

    (@cpaxlvacy)

    Hello @rur165 ,

    This worked perfectly, thanks a lot for your help. You are a life saver ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Login/Registration Mobile not responsive’ is closed to new replies.