Login and Registration page misaligned

This topic contains 3 replies, has 2 voices, and was last updated by  Giri 6 years, 7 months ago.

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket
  • Author
    Posts
  • #371

    Joy
    Buyer
    Post count: 1076

    Mobile view of the login and registration pages are misaligned. Please see attached, how do I correct this?

    Thank you.

    #384

    Giri
    Expired Member
    Post count: 3155

    Hi Try this css.

    
    
    @media only screen and (max-width: 500px) {
        .uwp-login, .uwp-registration, .uwp-forgot, .uwp-account {
             -webkit-box-sizing: border-box !important;
             -moz-box-sizing: border-box !important;
              box-sizing: border-box !important;
        }
    }
    #386

    Joy
    Buyer
    Post count: 1076

    Perfect. Thank you.

    #388

    Giri
    Expired Member
    Post count: 3155

    You are welcome.

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

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket