Hi Nurullah Öktem,
For this issue, you can add a new position in the middle of header.
Workaround:
- Open file /layouts/main-right.xml
- Find this code:
<header2 html5tag="header" order="2" id="yt_header2" autosize="0">
<positions>
<position class="span8" type="feature">@logo</position>
<position class="span4" style="none" type="modules">position-2</position>
</positions>
</header2>
change to:
<header2 html5tag="header" order="2" id="yt_header2" autosize="0">
<positions>
<position class="span4" type="feature">@logo</position>
<position class="span4" type="modules">new_position</position>
<position class="span4" style="none" type="modules">position-2</position>
</positions>
</header2>
- Add the Custom HTML module into new_position.
Thanks & regards!