Is there a way to de-center the blog title and align it left? I tried to simply embed a bit of html in the header.php but ended up with an unreadable parsing error.
Thanks in advance.
Is there a way to de-center the blog title and align it left? I tried to simply embed a bit of html in the header.php but ended up with an unreadable parsing error.
Thanks in advance.
hi lexl,
follwing code in your CSS file should take care of this:
* html h1 { letter-spacing: -0.1em; }
#masthead h1 { padding: 0.2em 0.3em 0.8em; text-align: left; clear: both; }
Worked like a champ, thanks Franky!
You must log in to post.