• hvegard

    (@hvegard)


    I’m currently experimenting with the Hitmag theme. I’m liking it so far, but I can’t figure out how to get the logo to be centered in the header area.

    My page is not online right now, so I can’t provide an URL.

    I have tried to put this CSS in the style sheet of a child theme, but it doesn’t seem to work:

    .header-main-area {
      min-height: 130px;
      align: center;
      overflow: hidden;
      clear: both;
    }
    
    .site-branding {
      float: center
      max-width: 100%;
      margin: 28px 0;
    }

    Here’s how it looks:
    https://pasteboard.co/IZxlCJW.png

    Here’s how I would want it to look:
    https://pasteboard.co/IZxmawu.png

    • This topic was modified 5 years ago by hvegard.
  • The topic ‘Centering logo in header main area’ is closed to new replies.