Hi,
I have the same issue (centering the title on my page). I have managed to get the menu/navigation bar underneath which is what I wanted but I’m not managing to center the title.
I have tried what feels like EVERYTHING, but I am a new user (been at this for two days) and I can’t figure it out.
I have made a child theme and I copied the code from the appropriate css file from the folder.
Here is the code that I have found for the header and title, and what I’ve done so far to get the navigation thing underneath:
@import url(“../customizr/style.css”);
.tc-header .brand {
float: center;
text-align: center;
margin: 0px;
padding: 0px;
/* Increase vertical padding to match navbar links */
font-size: 16px;
font-weight: bold;
min-width: 250px\9;
/* IE 8 and below */
}
.tc-header .brand h1 {
font-size: 45px;
}
.tc-header .brand a {
text-decoration: none;
margin: 10px 0;
display: block;
}
.tc-header .outside {
display: none;
}
.navbar-wrapper.clearfix.span9 {
width: 100%;
margin: 0%;
}
.navbar-wrapper .navbar {width:100%; float:right}
.header-spacer {
height: 10px !important;
}
Hopefully someone can help me out??
Cheers,
Elo?se