Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #21098
    kissthegroom
    Member

    Hi, can you please advise how to centre logo in website banner. http://www.kissthegroom.com.au

    Thank you.

    Cheers
    Lisa

    #21116
    Sakin
    Keymaster

    @kissthegroom: You can add the following CSS in “Appearance => Theme Options => Custom CSS” box.

    #header-left {
        display: block;
        float: none;
        width: 100%;
    }
    #site-logo {
        float: none;
        text-align: center;
    }
    #site-logo a {
        display: inline-block;
    }
    #21133
    kissthegroom
    Member

    Awesome, once again. Thank you 🙂

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