Viewing 6 replies - 1 through 6 (of 6 total)
  • Thread Starter Wayne Smith

    (@waynesmith1971)

    Is this possible or not?

    I thought it would have been a really simple solution by just changing the width of the text boxes, but I’m not sure where to find that code?

    Any suggestions?

    Plugin Author Jeff Farthing

    (@jfarthing84)

    It would be really simple using CSS.

    Thread Starter Wayne Smith

    (@waynesmith1971)

    I suppose everything is simple when you know what you’re doing. I’m not a coder and I’ve never dabbled with CSS, so I really have no idea what to do?

    Thread Starter Wayne Smith

    (@waynesmith1971)

    I’ve been through almost every theme-my-login file using the WordPress editor, searching for something like Value=” “, or Size=” “, or Width=” ” – expecting the width of the login username and password boxes would relate to something like this.

    But I’m not a coder, I have no idea what I’m looking for – its just guesswork and I’ve spent hours checking every file line-by-line and still I can’t find anything that impacts on the size of these text boxes.

    Its like anything, when you know what you’re looking for you wonder how you missed it in the first place, right now I feel like I’m searching for a needle in a haystack and its beyond frustrating.

    Any help would be gratefully appreciated.

    Plugin Author Jeff Farthing

    (@jfarthing84)

    This is why I posted a link.

    .login input {
        max-width: 100%;
    }

    That should probably do it.

    Thread Starter Wayne Smith

    (@waynesmith1971)

    Thank you

    That worked perfectly – easy when you know how!

    Kind Regards,
    Wayne

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Text box overflow’ is closed to new replies.