Centering the website title on Customizr
-
Hi,
I have an issue with centring 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’d also like to make the space for the title bigger, as I eventually want to put in a logo that someone is designing for me in its place.
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 colour-appropriate .css file from the original 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 bar underneath the title instead of on the same level to its right:
@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
- The topic ‘Centering the website title on Customizr’ is closed to new replies.