Limited Support
Our team is currently on holiday, so support will be limited during this period. Response times may be slower than usual, and some inquiries may be delayed.
We appreciate your patience and understanding, and we’ll resume our usual support by the end of August.
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.
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
Great job!
Looks perfect now.
Many thanks!
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;}