Viewing 1 replies (of 1 total)
  • using Firebug, I discovered you can get the twentyeleven title to center like this:

    #site-title a {
    padding: 120px;
    }

    and site description like this:

    #site-description {
    margin-left: 300px;
    }

    If you add these to the bottom of style.css it should work. if not just remove it. Also you can fine tune the numbers as you wish.

Viewing 1 replies (of 1 total)
  • The topic ‘twenty eleven modifications – how to center site title, menu bar and.’ is closed to new replies.