Go to Appereance > Editor > Style.css
Scroll down untill the scroll bar is at page.php / search.php.
You will see
.single.has-sidebar .widget-area.sidebar,
body.page.has-sidebar .widget-area.sidebar,
.one-col-excerpts.has-sidebar .widget-area.sidebar,
.one-col-full-posts.has-sidebar .widget-area.sidebar,
.no-js.has-sidebar .widget-area.sidebar {
float: right;
margin-right: -240px;
margin-right: -24rem;
width: 220px;
width: 22rem;
}
Change width there.
Hope this helps!