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

    Is there any way to make the logo stay large and centered?

    Here is aligns left and shrinks size

    #517625

    Hi j_arendall!

    Add this to your custom CSS.

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

    Best regards,
    Elliott

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