BuddyPress feilds in the registration form
-
In the registration form, buddypress fields using internet explorer appear better than using firefox in terms of height, in firefox I need to make the fields larger (give additional height than the default). Do you replicate the same issues on multiple browsers?
I use the code below to give additional heights to the fields in registration when it comes to firefox.
/* Adjust BP registration fields*/ #buddypress #signup_form.standard-form input[type="text"], #buddypress #signup_form.standard-form textarea, #buddypress .form-allowed-tags, #buddypress #commentform input[type="text"], #buddypress #commentform textarea { height: 36px; }
Thanks
- The topic ‘BuddyPress feilds in the registration form’ is closed to new replies.