Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #20681
    GregK
    Member

    Hi,

    http://www.comfortablekitchen.com

    Would I please be able to get the CSS to center my logo if possible?

    Thanks again for your help and support.
    Greg

    #20682
    GregK
    Member

    Found it – Thanks

    #header .logo-wrap {
    padding: 0;
    width: 978px;
    }
    #site-logo {
    display: block;
    float: none;
    text-align: center;
    }
    #site-logo a img {
    float: none;
    padding: 0;
    }

    #20692
    Sakin
    Keymaster

    @gregk: That’s nice 🙂

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