Re: enlarge sidebar on default theme
If you want to change the default css you need to create a child theme and add the css code there to over ride the default. Otherwise each time BP updates you will loose your changes.
https://codex.buddypress.org/how-to-guides/building-a-buddypress-child-theme/
#sidebar {
width: 310px;
}