[Resolved] Header appears differently in Chrome and Firefox

Home Forums Support [Resolved] Header appears differently in Chrome and Firefox

Home Forums Support Header appears differently in Chrome and Firefox

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1119322
    Martin

    In Firefox my “main” menu is positioned as I want it. i.e. in the horizontal middle of the logo. However, in Chrome the menu is shifted down and positioned below the bottom of the logo (although it is still correctly right justified). Could you help me understand why this is happening and how I can fix Chrome to act like Firefox?

    #1119446
    Tom
    Lead Developer
    Lead Developer

    Hi there,

    Can you try adding this CSS?:

    @media (min-width: 769px) {
        .site-logo {
            float: left;
        }
    }

    Let me know ๐Ÿ™‚

    #1120378
    Martin

    Yep – that works – thanks!

    #1120449
    Tom
    Lead Developer
    Lead Developer

    You’re welcome ๐Ÿ™‚

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.