Viewing 2 replies - 1 through 2 (of 2 total)
  • B.

    (@bandonrandon)

    CSS is your friend here.

    You’re theme has the input style of:

    input.input {
        width: 300px;
    }

    you just need to add this to your Child Theme’s style.css (or your current themes but keep in mind this will be overwritten on theme updates)

    #user_login,#user_pass {
        width: 250px;
    }
    Thread Starter Theblur

    (@theblur)

    I Thank you, you save the day here 😉 !

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Form Textboxes Size.’ is closed to new replies.