Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #14435
    simon olley
    Participant

    Trying to center header logo horixontally. I have disabled header right widget in theme options.

    I have tried both of following without success 🙁


    1.

    #site-logo {
    float: none;}
    #hgroup-wrap img {
    display: block;
    margin: 0 auto;
    text-align: center;}

    2.
    #header-left { float: none; }
    #site-logo { float: none; text-align: center; }
    #site-logo a { display: inline-block; }

    URL
    http://www.criterion-ices.co.uk/

    #14467
    Sakin
    Keymaster

    @oly: With your current CSS. You can just add the following CSS in “Appearance => Theme Options => Custom CSS” box.
    #header-left { width: 100%; }

    #14468
    simon olley
    Participant

    lovely jubbly 🙂

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Another centered logo question’ is closed to new replies.