How do I move my header to the center?

  • Unknown's avatar

    Hi,

    I’m trying to figure out for days now how to move my header title to the center, but can’t figure it out. I’m using the Adelle theme by blu chic

    my site is gingerandaloe.com

    I combed through the forum to find the answer myself, but nothing worked.

    This is what I have in my style sheet right now:

    .headerh1 {
    margin-left:20px;
    }

    nothing is happening here…
    Thanks so much for any help!

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar

    To center the title & tagline, add this:

    .site-header hgroup {
        text-align: center;
    }

    To center the top menu, add this:

    #site-navigation .menu {
        margin-left: 0;
    }
    .navigation-main li {
        display: inline-block;
        float: none;
    }
  • Unknown's avatar

    It worked! I’m so happy now, thank you!

  • The topic ‘How do I move my header to the center?’ is closed to new replies.