Logo is in the middle of header

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #13248
    lyngoclinh
    Member

    Hi,

    I want to center logo in the middle of header, please. And primary-menu is under logo and in the middle of header too.

    Thank you

    #13255
    Veena
    Moderator

    Pls include the below custom CSS in themeoptions –

    #site-logo {
      display: block;
      float: none;
      text-align: center;
      margin: 0 auto;
    }
    #site-logo a {
      display: inline-block;
    }
    #primary-menu {
      margin-right: 0;
    }
    .dropdown-menu-wrap {
      display: block;
      float: none;
      text-align: center;
    }
    .dropdown-menu-wrap > ul.menu {
      margin: 0 auto;
      display: inline-block;
    }
    
    #13292
    lyngoclinh
    Member

    Thank you very much.

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