• Resolved DestinyJV

    (@destinyjv)


    Hello, my input fields are not the same size, and looks funny to users when logging in or registering. I searched the web, and even added extra class tags, it doesn’t seem to affect or help at all.

    Can you tell what the issue is or help me correct this?

    https://pearnow.com/

    thank you

Viewing 3 replies - 1 through 3 (of 3 total)
  • You can override them in template custom css settings.
    For example:
    input[type=”text”] {
    width:210px !important;
    }

    Add customization rows as you like with !important

    But if there has been used classes, you have to do same for those also:
    input[type=submit].um-button,
    input[type=submit].um-button:focus {
    font-family: ‘Roboto’, Tahoma, Arial !important;
    font-size: 1.3em !important;
    font-weight: 500 !important;
    text-transform: capitalize;
    margin:5px !important;
    float:left;
    text-decoration:none;
    min-width:210px !important;
    }

    Your login form looks OK to me.

    Thread Starter DestinyJV

    (@destinyjv)

    Hey guys, thank you for the response. That’s exactly what I did. Stayed up late last night, inspected the password field, copied pasted !Important css that was showing into the custom css tab inside um settings ?? woot!

    Funny how something so simple can be more than it seems. Must have been some conflict with Divi theme css.. But def working now! “!Important” to the rescue.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Input Fields not the same szie’ is closed to new replies.