Dear Scotty,
Please go to Template Manager, check your layout config. Then please go to yoursite\templates\sj_joomla3\layouts and open that file (it has name same), for example main-right.xml...
Then, please find:
<positions>
<position class="span6" type="feature">@logo</position>
<position class="span3 offset3" data-wide="span3 offset3" data-mobile="span3 offset3" style="none" type="modules">position-0</position>
<position class="span8 offset4" data-normal="span10 offset2" data-tablet="span10 offset2" data-stablet="span12" type="feature">@menu</position>
</positions>
=>
<positions>
<position class="span8" type="feature">@logo</position>
<position class="span3" data-wide="span3 offset3" data-mobile="span3 offset3" style="none" type="modules">position-0</position>
<position class="span8 offset4" data-normal="span10 offset2" data-tablet="span10 offset2" data-stablet="span12" type="feature">@menu</position>
</positions>
Please open file yoursite/templates/sj_joomla3/css/template.css and find:
#yt_logoposition h1.logo a {
height: 98px;
left: 25px;
position: absolute;
top: 30px;
width: 268px;
}
=>
#yt_logoposition h1.logo a {
height: 98px;
position: relative;
float: right;
}
About Menu bottom, please adjust width longer.
Thanks