Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #498932

    Hello,

    I’ve researched this in the forums and codes provided to others have no effect on my site. The title says it all: on mobile devices, I’d like the logo to be centered at the top. Link provided

    Any help is much appreciated, thanks

    #499352

    Hi entrepreneur41!

    Add this to your custom CSS.

    @media screen and (max-width: 767px) {
    .logo {
      left: 50% !important;
      position: relative !important;
      transform: translateX(-50%);
    }
    }

    Best regards,
    Elliott

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