Notifications
Clear all

Style [Solved] Fields zoom in on iPhone

11 Posts
3 Users
1 Reactions
1,440 Views
Posts: 389
Topic starter
(@danniee)
Honorable Member
Joined: 5 years ago

Bump. Any way I can increase the font size for the input field for login? I assume it should something to do with this:

wpf-login-text
#wpforo #wpforo-wrap .wpforo-login-wrap .wpf-field .wpf-field-wrap

font-size: 17px;

1 Reply
Robert
Admin
(@robert)
Joined: 9 years ago

Support Team
Posts: 10591

@danniee,

Try this CSS code. Put it in Dashboard > Forums > Settings > Styles Tab > Custom CSS Code textarea, save it, delete all caches, and use private/incognito tab of mobile device browsers to avoid those hard caches and see the changes:

@media screen and (max-width: 1000px) {
    #wpforo #wpforo-wrap .wpforo-login-wrap .wpf-field .wpf-field-wrap input[type="text"], #wpforo #wpforo-wrap .wpforo-login-wrap .wpf-field .wpf-field-wrap input[type="password"], #wpforo #wpforo-wrap .wpforo-login-wrap .wpf-field .wpf-field-wrap input[type="email"], #wpforo #wpforo-wrap .wpforo-login-wrap .wpf-field .wpf-field-wrap input[type="checkbox"], #wpforo #wpforo-wrap .wpforo-login-wrap .wpf-field .wpf-field-wrap input[type="radio"] {
        font-size: 17px!important;
    }
}
Posts: 389
Topic starter
(@danniee)
Honorable Member
Joined: 5 years ago

Hi @robert that worked like a charm!! Thank you so much 🙂

Page 2 / 2