Something like this in your custom CSS should get you started:
.sidebar {
width: 50%;
}
You may need to add new media queries for smaller screens – be sure to test your site at different browser sizes to maintain the expected appearance on various devices.