The above answer will not work with version 2 (responsive design):
Instead wrap your brand inside a div:
<div class="brand">
<a href="/">YOUR BRAND</a>
</div>
And redefine the .brand style in your overrides stylesheet:
.brand
{
position: absolute;
width: 100%;
left: 0;
text-align: center;
margin: auto;
}
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…