Viewing 6 replies - 1 through 6 (of 6 total)
  • 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;}}

    Thread Starter evoulie

    (@evoulie)

    It doesn’t work for me.. and the post titles all are centered instead.

    <center><a rel="" href="https://churroblog.com" title="Churro Blog"><span class="navigation_spacer"><img src="https://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.

    wouldn’t recommend that

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Logo Centering’ is closed to new replies.