Snippet: Custom Sidebar Header Width
@media only screen and (min-width: 960px) {
body.wpex-has-vertical-header #site-header { width: 400px !important; }
body.wpex-has-vertical-header.full-width-main-layout #wrap { padding-left: 400px !important; }
}
Learn how to add custom CSS to your site.