Viewing 2 replies - 1 through 2 (of 2 total)
  • Theme Author Anders Norén

    (@anlino)

    Hi @jphackett,

    Go to Appearance → Customize → Additional CSS (the menu labels might be different in your language) and add the code below:

    @media ( min-width: 700px ) {
        .site-logo img {
            max-height: 15rem;
        }
    }

    Adjust the height by increasing or decreasing the 15rem value. Let me know if that does it.

    — Anders

    Thread Starter jphackett

    (@jphackett)

    Hi Anders,

    Yeah, that worked perfectly.

    Thanks for the assist,

    JP

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Increase Logo Size’ is closed to new replies.