center site-name

Hi,

First of all, thanks for the theme, its pretty cool. Apart from that, i need to center the site-name (i’m not using logo for the moment) and there isn’t a way to do it. I’ve tried

.navbar-header{
float: none;
text-align: center;
}

also

.navbar-header{
margin: 0 auto;
}

Hope someone can help me. Thanks to all!

Solved. Sorry bothering you.

.navbar-header{
float: none;
width: 270px;
margin: 0 auto;
}

Hi @aarongomezhandford,

Awesome great to see you got that resolved.

Please advise if you have more questions.

Have a fantastic day!

Cheers,
Movin