Hello,
I've got question with sj news v2 at joomla 3.
In stock there is menu under logo and position-0.
But I need logo and menu in one line very much.
First I edit main-left-right.xml
was:
<header html5tag="header" order="1" id="yt_header">
<positions>
<position class="span3" data-normal="span3" data-tablet="span3" data-stablet="span3" type="feature">@logo</position>
<position class="span5 offset4" data-normal="span5 offset4" data-tablet="span5 offset4" data-stablet="span7 offset2" style="none" type="modules">position-0</position>
</positions>
</header>
<menu html5tag="section" order="2" id="yt_menuwrap">
<positions>
<position class="span3" data-normal="span3" data-tablet="span3" data-stablet="span3" type="feature">@logo</position>
<position class="span12" type="feature">@menu</position>
</positions>
</menu>
now:
<header html5tag="header" order="1">
<positions>
<position width="40%" class="span3" data-normal="span3" data-tablet="span3" data-stablet="span3" type="feature">@logo</position>
<position width="40%" class="span12" type="feature">@menu</position>
</positions>
</header>
now there are two divs one by one:
<div id="yt_logoposition" class="span3">
<div id="yt_menuposition" class="span12">
I tried to add display:inline-block, float left or right, remove yt_logoposition and yt_menuposition, but they are all the same in two lines. Have you got any ideas?
Regards,
Ivan.