jross
Hi
The sidebar width is 25% and main content width is 75%
If you want to change the width open tpls/blocks/mainbody/-one-sidebar-left.php
Reduce the col-md-9 from main content and increase col-md-3 value for sidebar : http://prntscr.com/mngkp2
Please note this change will effect all over the site, on current page you have only one lead item and its width is less, you can increase the content width to 75% by adding this code in custom.css
.items-leading .item-ct {
width: 100%!important;
}