Please open file (/templates/sj_flatnews/layouts/main-right.xml) and find this code:
<header2 html5tag="header" order="1" id="yt_header2" autosize="0">
<positions>
<position class="span2" style="none" type="modules">head-3</position>
<position class="span2" style="none" type="modules">head-4</position>
<position class="span4" type="feature">@logo</position>
</positions>
</header2>
change to:
<header2 html5tag="header" order="1" id="yt_header2" autosize="0">
<positions>
<position class="span4" type="feature">@logo</position>
<position class="span2" style="none" type="modules">head-3</position>
<position class="span2" style="none" type="modules">head-4</position>
</positions>
</header2>
Thanks!