Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #1037144

    Hi,

    I am trying to have my logo centered vertically on both mobile and desktop

    The logo is currently centered vertically on mobile devices, but it is not on the desktop?

    How do I fix that, and why does this happen? Can the default not be centered vertically on both mobile and desktop?

    Thanks

    #1037147
    .logo img {
      top: 30%;
    }
    .header-scrolled .logo img {
      top: 10%;
    }

    That seemed to do the trick

    #1037155

    Hi,

    I’m glad this was resolved. If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Center logo vertically on mobile and on desktop’ is closed to new replies.