How to center the Logo/Image in Header

Homepage Community Forums Ally Theme Support How to center the Logo/Image in Header

Tagged: , ,

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #10707
    stig
    Customer

      On Ally Them, How can I center the top logo/image in header?

      #10709
      stig
      Customer

        During the late night hours I found the answer how to center the logo in the header.

        In CSS I change the max-width to be the same as the width of the logo.

        .site-header {
        margin: 0 auto;
        max-width: 588px;
        }

        (588px is the same width as the width of my logo)

      Viewing 2 posts - 1 through 2 (of 2 total)
      • The topic ‘How to center the Logo/Image in Header’ is closed to new replies.