Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author gVectors Team

    (@gvectors-team)

    Website URL please. This is a theme conflict and should be debugged on your website.

    Thread Starter dechristine15

    (@dechristine15)

    https://35.178.201.187

    Currently not mapped to a domain.
    I enabled debugging mode. I haven’t allowed for creating accounts yet
    so I set up one for you if you need.

    Login: wpforo
    Password: wpforo

    I also tried other themes and I’m getting the same result.
    Kindly let me know when it’s ready. Thanks

    Plugin Author gVectors Team

    (@gvectors-team)

    You use wp-register-profile-pro plugin which has hard-codded CSS with !important statement for some form fields, this adds padding: 5px !important; to all form fields:

    Here is the code we found in /wp-content/plugins/wp-register-profile-pro/css/A.style_register_widget.css file:

    .reg-form-group > input[type="text"], input[type="email"], input[type="password"], input[type="url"], input[type="tel"] {
        width: 100%;
        padding: 5px !important;
        border: 1px solid #ccc;
        margin-top: 5px !important;
    }

    Please contact to this plugin developers and ask them remove the !important statement, this affects other plugins and your theme. they should not use it.

    • This reply was modified 5 years, 9 months ago by gVectors Team.
    Thread Starter dechristine15

    (@dechristine15)

    Thanks so much dev!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Icon align and placeholder’ is closed to new replies.