Site logo at center

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #27918
    Sujoy Banerjee
    Participant

    Hi,
    I would like to position the logo at the center instead of left or right . How can i do that

    #27920
    Sujoy Banerjee
    Participant
    This reply has been marked as private.
    #27924
    Veena
    Moderator

    Pls use the below custom CSS in themeoptions –

    #site-logo {
        display: block;
        text-align: center;
        margin: 0 auto;
        float: none !important;
    }
    #site-logo a {
        display: inline-block;
    }
    
    #27929
    Sujoy Banerjee
    Participant

    thanks 🙂

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Site logo at center’ is closed to new replies.