Hi Wannes,
Thx for your support, we really appreciate it.
You are correct we coded the latest version of the template to right align the top menu - And that's a good point - it would be a fairly easy thing to provide a parameter for in the back end - will look at this shortly.
In the meantime you can align it left with a 2 simple changes to template.css.
I've made the changes here:
blackbearpro15.joomlabear.com/
Find the CSS below and change the bits i've highlighted red to float:left; and margin-left:36px; respectively.
Let me know how you get on.
/*Horizontal Nav*/
#nav {
float: right;
}
ul#nav,ul#nav li{
list-style-type:none;
margin:0;
}
ul#nav{
position:static;
margin-right: 36px;
font-size: 12px;
border-left-width: 1px;
border-left-style: solid;
border-left-color: #666666;
}