Meta Box
Support › MB User Profile › Metabox default Login form uglyResolved
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
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%; } }
Hi Long, i have update MB plugins and add your css code, but dosn´t fix the issue.
same here, not fix with css
Please try again with this one
@media (min-width: 1024px) { body #login-form .rwmb-label { width: 25%; } }
Hi Long, still don´t work.
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.
Hi Long, now works!, maybe a cache issue. Thanks