Viewing 5 replies - 1 through 5 (of 5 total)
  • Hai there. Please try this css and put it in your custom css

    .site-branding {float:none !important}
    .site-title {text-align: center !important}
    .site-description {text-align: center !important}

    This should help. Thanks

    Thread Starter thepracticalsaver

    (@thepracticalsaver)

    Thanks. It worked. I was wondering how to I center the social media icons. The icons are really based is a social media widget that I placed on the header.

    Thanks.

    Once the earlier code is applied from azfy22 for the .site classes, if you take off the float: right out of this code it might work:

    .site-header .widget {
    /*float: right;*/
    clear: right;
    margin: 0 auto;
    text-align: right;
    border: none;
    }

    Thread Starter thepracticalsaver

    (@thepracticalsaver)

    I place the code you provided and it didn’t work. When you say “if you take off the float: right out of….”, what exactly do you mean by that?

    Thanks.

    Hai there, put this css in your custom css. If its not working, add !important just like the css i give u before

    .site-header .widget {
    float: none;
    }

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Center the header’ is closed to new replies.