Set a width for your h2 element, then also add the property: text-align:center;
Just tried it and it works!
eg
h2{position:width: 600px; text-align:center; absolute;top:-8px;center:0px;left:230px;.navigation_spacer img { border: 0;}}
It doesn’t work for me.. and the post titles all are centered instead.
<center><a rel="" href="http://churroblog.com" title="Churro Blog"><span class="navigation_spacer"><img src="http://churroblog.com/wp-content/uploads/2010/10/churrobloglogo.png" border="0" alt="Churro Blog" /></span></a></center> ?
h2 {
margin-left: auto;
margin-right: auto;
}
??
Moderator
t-p
(@t-p)
in CSS file of your theme, look for this element:
a img {
add this property to this element:
margin-left:145px;
note: play and change “140px” figure to your liking.