I have managed to centre my title and custom logo using:
body {
font-size: 15px;
}
img {
border: 0 none;
display: block;
}
#blog-title {
display: block;
font-size: 4rem;
font-weight: 300;
line-height: 0.8em;
margin: 0.3em 0 0.3em -0.05em;
overflow: hidden;
padding: 0.2em 0 0;
text-align: center;
}
#blog-title span, #blog-title strong span {
font-size: 0.425em;
text-align: center;
}
#blog-title img, #blog-title strong img {
float: none;
margin: -0.2em auto 0.25em;
}
#blog-title {
padding-right: 0;
}
The only problem I’m having now is the rollover transition when you rollover #header and the text ‘Home’ is revealed. It’s a nice touch but it’s not what I want for my website. It looks to me there is some inline styling involved where can I find it to change it?
The simple transitioned rollover on your demo fluxipress website save the gummy bears is awesome. I want my header like this!
Thanks again.