BuddyDev

Search

[Resolved] Limit width of the BP password field on register page

  • Participant
    Level: Master
    Posts: 496
    Daniel on #48021

    Yo hi,

    Since a long time I have this problem on my website that I cannot shorten the password field on the register page, because if I do, then it affects as well the BuddyPress Buttons and not only the BP Password field.

    Can I in a way use a CSS code just to shorten the password field and align it with the other registering field?

    Thank you for your help.

    Regards
    Daniel

  • Participant
    Level: Master
    Posts: 496
    Daniel on #48022
    This reply has been marked as private.
  • Keymaster
    (BuddyDev Team)
    Posts: 24190
    Brajesh Singh on #48025

    Hi Daniel,
    Thank you for the question.
    I don’t have a proper solution as there are too many !important rules used.
    Here is a temporary solution.

    
    .password-input-wrapper input {
       max-width: 285px;
    
    }
    

    That should help align it.

    Regards
    Brajesh

  • Participant
    Level: Master
    Posts: 496
    Daniel on #48038

    Hi Brajesh,

    Thanks for the CSS code it worked perfectly and didn’t affect other fields this time.

    Thank you.

    Regards
    Daniel

  • Keymaster
    (BuddyDev Team)
    Posts: 24190
    Brajesh Singh on #48043

    You are welcome!

The topic ‘ [Resolved] Limit width of the BP password field on register page’ is closed to new replies.

This topic is: resolved