Dear Anna Gmiterek,
Please go to "templates\sj_restaurant25\layouts\left-main-right.xml", finding:
<header2 order="1" id="yt_header">
<positions>
<position width="380px" height="" type="feature">@logo</position>
<position width="235px" height="" type="modules" style="ytmod">header1</position>
<position width="" height="" type="modules" style="ytmod">header2</position>
</positions>
</header2>
=>
<header2 order="1" id="yt_header">
<positions>
<position width="235px" height="" type="modules" style="ytmod">header1</position>
<position width="380px" height="" type="feature">@logo</position>
<position width="" height="" type="modules" style="ytmod">header2</position>
</positions>
</header2>
Thanks