Dear shiyde,
Example: layout-homepage.xml => go to "templates\sj_news25\layouts\layout-homepage.xml", finding:
<header2 order="2" id="yt_header">
<positions>
<position width="550px" height="" type="feature">@logo</position>
<position width="" height="" type="modules">header1</position>
</positions>
</header2>
<menu order="2" id="yt_menuwrap" autosize="1">
<positions>
<position width="" type="feature">@menu</position>
</positions>
</menu>
=>
<header1 order="1" id="yt_header1">
<positions>
<position width="" height="" type="modules">top_header</position>
</positions>
</header1>
<header2 order="2" id="yt_header">
<positions>
<position width="550px" height="" type="feature">@logo</position>
<position width="" height="" type="modules">header1</position>
</positions>
</header2>
<menu order="2" id="yt_menuwrap" autosize="1">
<positions>
<position width="" type="feature">@menu</position>
</positions>
</menu>
<menu1 order="2" id="yt_menuwrap1">
<positions>
<position width="" height="" type="modules">top_menu</position>
</positions>
</menu1>
* re-assign the modules such as login, search and date time to the top_header position
* re-assign the second menu to the top_menu position
Thanks