Dear Gianpaolo,
Please go to your_site\templates\sj_plus\layouts\main-left-right.xml find:
<header html5tag="header" order="1" id="yt_header" autosize="0">
<positions>
<position class="span3" data-tablet="span4" type="feature">@logo</position>
<position class="span3" data-tablet="span4" data-mobile="span4" style="none" type="modules">social</position>
<position class="span3" data-tablet="hidden" data-mobile="hidden" style="none" type="modules">search</position>
<position class="span3" data-tablet="span4" data-mobile="hidden" style="none" type="modules">contact</position>
</positions>
</header>
=>
<header html5tag="header" order="1" id="yt_header" autosize="0">
<positions>
<position class="span4" data-tablet="span4" type="feature">@logo</position>
<position class="span3" data-tablet="span4" data-mobile="span4" style="none" type="modules">social</position>
<position class="span3" data-tablet="hidden" data-mobile="hidden" style="none" type="modules">search</position>
<position class="span2" data-tablet="span4" data-mobile="hidden" style="none" type="modules">contact</position>
</positions>
</header>
Thanks!