Dear morallo,
Please follow these steps:
- Open file /sj_muzik/layouts/left-main-right.xml find this code:
<position class="span3" data-tablet="span4" type="feature">@logo</position>
<position class="span9" data-tablet="span8" data-mobile="span12" style="none" type="modules">topmenu</position>
edit to:
<position class="span7" data-tablet="span4" type="feature">@logo</position>
<position class="span5" data-tablet="span8" data-mobile="span12" style="none" type="modules">topmenu</position>
- Open file /sj_muzik/css/template-orange.css(if you don't use less) find this code:
#yt_header #topmenu {
text-align: center;
}
edit to:
#yt_header #topmenu {
text-align: right;
}
Save and recheck.
Thanks & regards!