Skip to:
Content
Pages
Categories
Search
Top
Bottom

[Resolved] Uniform Registration Field Text Boxes


  • metalhead
    Participant

    @aaronthomas1979

    Hello awesome Buddypress people,

    I need help finding a way to make all the field text boxes in the Buddypress registration process a uniform size. I want to do this simply to make the registration form look great.

    Currently, the “Username,” “Password,” and “Confirm Password” boxes are all the same size, and are an adequate size, however, the “Email Address” box is shorter than the rest, which isn’t ideal, because email addresses tend to be longer than usernames & passwords, and it just doesn’t look right this way.

    Here’s a link to my registration page.

    I’m assuming that the email box can be adjusted to match the size of the other boxes with some simple css, but I just don’t know enough about CSS yet to implement this on my own.

    As for the other profile field boxes, they are all products of the BP Xprofile Custom Fields plugin, and I will ask the developers of that plugin for help matching those boxes up as well, but I wanted to ask for help with the email box here first, because maybe I can use your advice to tackle the other boxes as well.

    I’m using WP v4.6.1, BP v2.6.2, I’ve got WP installed in my root directory. I’m using BP Xprofile Custom Fields, Conditional Profile Fields for BP, BP xProfile Location, and Graphene Theme. (Just to give you some background on what’s involved here.)

    Thanks in advance for any suggestions.

Viewing 1 replies (of 1 total)

  • metalhead
    Participant

    @aaronthomas1979

    Update: Surprisingly, I figured it out. If anyone else needs this info, here’s how I matched the size of the email box to the size of the username & password boxes:

    I added this to my child theme’s CSS:

    input[type="email"],
    textarea {
    	width: 35%;
    }
Viewing 1 replies (of 1 total)
  • The topic ‘[Resolved] Uniform Registration Field Text Boxes’ is closed to new replies.
Skip to toolbar