Forums
-
- Forum
- Posts
-
- Installing BuddyPress
- 23,534
- How-to & Troubleshooting
- 127,768
- Creating & Extending
- 25,646
- Requests & Feedback
- 9,390
- Third Party Plugins
- 9,713
- Showcase
- 3,317
- Ideas
- 1,327
- Miscellaneous
- 8,842
-
I had this problem too when i attempted to adjust the buddypress-member theme. http://sportsblognet.com/members/rich
It’s caused by the base.css in the the buddypress-member theme calling
input, select, textarea {
width: 100%
}
you can either adjust that in the base.css (not recommended)
or you can place
#wp-admin-bar input {
width: auto;
}
below the previous call in the base.css, that way it will call the 100% width for other inputs, except for the wp-admin-bar.
See also: WordPress.org • bbPress.org • BuddyPress.org • Matt • Blog RSS