Notifications
Clear all

wpForo 1.x.x [Closed] Text fields inconsistent

7 Posts
3 Users
0 Reactions
2,547 Views
Posts: 5
Topic starter
(@simonnelson)
Active Member
Joined: 6 years ago

We're having an issue where the text entry fields are positioned inconsistently (please see attached images), both on the login screen and the profile screen.  I'm assuming this is caused by our theme/css but I thus far cannot figure out how to resolve the issue.  Could you offer some suggestions how to resolve these issues?

Thanks,

Simon

6 Replies
Posts: 5
Topic starter
(@simonnelson)
Active Member
Joined: 6 years ago

Other screenshots

Posts: 5
Topic starter
(@simonnelson)
Active Member
Joined: 6 years ago

Other screenshots

Sofy
Posts: 4585
 Sofy
Admin
(@sofy)
Support Team
Joined: 7 years ago

Hi Simon,

This is CSS conflict with your theme, could you please leave your website URL to allow us fix it.

Posts: 5
Topic starter
(@simonnelson)
Active Member
Joined: 6 years ago

https://www.roisolutions.com/community/

I added the following to Settings->Styles->Custom CSS code and it seems to have fixed it, or almost fixed it, on all the fields except for the email field under the account profile. Based on my limited knowledge of CSS I would have expected that field to be corrected too.

.ginput_container label, .gfield label
[type=email], [type=text], textarea, [type=email]:focus, [type=text]:focus, textarea:focus {
padding-left: 34px !important;
}

 

Page 1 / 2