How to Center Blog Title?
-
I’m working on a website (with an Under Construction notice, which is why I’m not linking it here), and I need to Center the Blog title.
On the CSS, the code is:
#blogname {
margin: 0 0 5px;
padding: 0;
position: relative;
}.ie7 #blogname {
width: 300px;
}#blogname .siteheader {
margin: 20px 0 0;
padding: 0;
}
Can you help? I’m very new to this and need a step-by-step. Thanks!
Viewing 15 replies - 1 through 15 (of 15 total)
Viewing 15 replies - 1 through 15 (of 15 total)
- The topic ‘How to Center Blog Title?’ is closed to new replies.