• hi tom,

    i’ve got a logo that’s long but not very high and i want to have the logo vertically aligned to the middle because i have a 468 x 60 banner in the header area as a widget

    any ideas?

    the logo is about 400 x 40

Viewing 1 replies (of 1 total)
  • Theme Author Tom

    (@edge22)

    You’ll want to add margin to the top of your logo:

    @media (min-width: 769px) {
        .site-logo {
            margin-top: 20px;
        }
    }

    Adjust the 20px to whatever works ??

Viewing 1 replies (of 1 total)
  • The topic ‘Logo Positioning’ is closed to new replies.