Blog title and tagline won’t align at center
-
Hi there,
I can’t figure out why the top header (Blog Title) and sub-header (Tagline) won’t align in the center. I’m customizing Simpla. Here’s the css in question. Thanks for any help!
h1,h2,h3 {
font-size:1.2em;
font-family:“HelveticaNeue-Light”, “Helvetica Neue Light”, Helvetica, sans-serif;
font-weight:light;
letter-spacing:-1px;
margin:1px;
}#header h1 {
text-align:center;
font-family:“HelveticaNeue-Light”, “Helvetica Neue Light”, Helvetica, sans-serif;
font-weight:bold;
font-size:8em;
margin:0 2em 0 0;
}#header h1 a:hover {
color:#8B1C62;
}#header h1 a {
color:#FEF9ED;
}#header p {
text-align:center;
font-family:“HelveticaNeue-Light”, “Helvetica Neue Light”, Helvetica, sans-serif;
font-weight:light;
font-size:3em;
color:#FEF9ED;
margin:-.75em 0 0;
}The blog I need help with is: (visible only to logged in users)
-
- The topic ‘Blog title and tagline won’t align at center’ is closed to new replies.