Forums

Join
bbPress Support ForumsThemesChange size of input boxes

Info

Tags

Change size of input boxes

  1. Hi,

    How do you change the size, mainly height, of the input boxes in registration.php like in http://bbpress.org/forums/register.php?

    You might need to log out and go to that page to see what I'm talking about. I want to change the height of the input boxes next to username, e-mail, website, etc.

    Thanks,

    Eric

  2. In style.css you can add something like this:

    form td input {
    height: 2em;
    }

    That will make the boxes taller. Not sure what else that affects, but it works for the login form. Just not sure if it inadvertently affects something else.

    More: http://www.sitepoint.com/print/style-web-forms-css

  3. Cool, thanks, man. That's exactly what I wanted to do.

    Eric

  4. You must log in to post.