Install Real Time Find and Replace and add this replacement:
Replace: <div class=”brand span3″> with <div class=”brand span12″>
Alternatively, create a child-theme, copy /parts/class-main-header.php from customizr to your child theme’s folder (keeping structure) and change span3 to span12 on line 150 (in 3.0.9 – might differ in later versions).
Or you could make the change directly in customizr/parts/class-main-header.php, but you’ll lose it upon next theme update.