Jul 02, 2023 8:34 am
Hi, all!
Does anyone else have this problem when viewing the login page in mobile view only?
The password box is too big (I think!), the 'Create account' is out of alignment, and there's a grey bar underneath it that I think shouldn't be there.
Both 'Register' and 'Log in' look good on a PC, and 'Register' looks good on my mobile. The only issue is with 'Log in' using mobile view.
3 Replies
Jul 02, 2023 9:29 am
Hi @jasper
add this to custom css
#wpforo #wpforo-wrap .wpforo-login-wrap .wpforo-table .wpfw-1 .wpf-field:nth-child(2n) { background-color: transparent !important; }
Dashboard > wpForo > Settings > Colors & Styles > Custom CSS
Jul 02, 2023 10:00 am
Great job!
Looks perfect now.
Many thanks!
Jul 02, 2023 10:01 am
Hi @robert
I think this is an outdated CSS code that can be removed in the next update
style.css Line 1357
#wpforo #wpforo-wrap .wpforo-login-wrap .wpforo-table .wpfw-1 .wpf-field:nth-child(2n) {background-color: #eeeeee;}