Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #10722
    wendik
    Member

    Hello,

    I’ve been on this forum all day and I can’t get my logo centered. Seems like an easy task but nothing is working. Please help. blog.swoonfilms.com

    Thank you,
    Wendi

    #10742
    Sakin
    Keymaster

    @wendik: can you try adding in the following CSS in “Appearance => Theme Options => Custom CSS” box.

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

    Thank you, THANK YOU!! I really appreciate it!

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