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
Hi Simon,
This is CSS conflict with your theme, could you please leave your website URL to allow us fix it.
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;
}