Viewing 4 replies - 1 through 4 (of 4 total)
  • Theme Author Ben Sibley

    (@bensibley)

    Thanks for notifying me of this issue.

    The ID for the logo element was accidentally removed which is why the custom CSS is not targeting it anymore. You can update your CSS from this:

    #logo {
      max-width: 956px;
      max-height: 89px;
    }

    To this:

    .site-title .logo {
      max-width: 956px;
      max-height: 89px;
    }

    And the logo will then return to its former size.

    Sorry for the hassle!

    Thread Starter simmyvos

    (@simmyvos)

    Hi Ben

    Thank you, after a bit of fiddling with the px numbers I have got it to a decent size again 🙂

    Thread Starter simmyvos

    (@simmyvos)

    Also thank you for the speedy response as always! 🙂

    Theme Author Ben Sibley

    (@bensibley)

    Of course, I’m happy to help 🙂

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Logo sizing after updates’ is closed to new replies.