Forums
-
- Forum
- Posts
-
- Installing BuddyPress
- 23,840
- How-to & Troubleshooting
- 129,848
- Creating & Extending
- 25,883
- Requests & Feedback
- 9,529
- Third Party Plugins
- 9,828
- Showcase
- 3,316
- Ideas
- 1,386
- Miscellaneous
- 9,177
-
“Latest WP & BP versions w/ default theme”
First, it’s better to create a child theme so that when you upgrade BuddyPress, your revisions won’t be erased
Add to the bottom of your child theme’s style.css
`div.activity-comments ul li > ul {
margin-left: 0px;
}`