Metabox default Login form ugly

Support MB User Profile Metabox default Login form uglyResolved

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #30479
    justdoit123justdoit123
    Participant

    The default login form Metabox look ugly and the field for username/password is too small because it's on same line.

    How do i line break that field below Label text ??

    please see the screenshot, i cannot input because the field username/pass is too small chunk

    https://vm.d.pr/OrHs1S

    #30492
    Long NguyenLong Nguyen
    Moderator

    Hi,

    This issue is related to the topic https://support.metabox.io/topic/the-user-profile-page-doesnt-display-username-password-fields-correctly/

    Temporarily, please add this custom CSS code in Appearance > Customize > Additional CSS, to fix this issue.

    @media (min-width: 1024px) {
        #login-form .rwmb-label {
            width: 25%;
        }
    }
    #30513
    rhs@mediastuff.com.ar[email protected]
    Participant

    Hi Long, i have update MB plugins and add your css code, but dosn´t fix the issue.

    #30514
    justdoit123justdoit123
    Participant

    same here, not fix with css

    #30521
    Long NguyenLong Nguyen
    Moderator

    Hi,

    Please try again with this one

    @media (min-width: 1024px) {
        body #login-form .rwmb-label {
            width: 25%;
        }
    }
    
    #30527
    rhs@mediastuff.com.ar[email protected]
    Participant

    Hi Long, still don´t work.

    #30530
    Long NguyenLong Nguyen
    Moderator

    Hi,

    The CSS code works on my end so it might be a caching issue. Please try to clear the cache and re-check it. Or you can share your page URL, I will help you to check.

    #30586
    rhs@mediastuff.com.ar[email protected]
    Participant

    Hi Long, now works!, maybe a cache issue. Thanks

Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.