Please accept my appologies for a small bug that was detected by a smart customer of mine concerning the header image dimensions. If you find your header image (logo) is too big for the page and appears to move over the right border here is a quick fix for that.
Just open functions.php and look for this part in the code:
// Custom header image
define( 'HEADER_IMAGE', '%s/images/logo.png' ); // The default logo located in themes folder
define( 'HEADER_IMAGE_WIDTH', apply_filters( '', 980 ) ); // Width of Logo
define( 'HEADER_IMAGE_HEIGHT', apply_filters( '', 120 ) ); // Height of Logo
Change the width of 980 to 940 and the issue should be solved.
This only effects your site if you are using a full width header with no transparency in BranfordMagazine and Freelancer. If you don´t face this issue just ignore this post and wait for an update which will come as soon as possible.