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?
It would be really simple using CSS.
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?
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.
This is why I posted a link.
.login input {
max-width: 100%;
}
That should probably do it.
Thank you
That worked perfectly – easy when you know how!
Kind Regards,
Wayne