Viewing 1 replies (of 1 total)
  • Theme Author Andrew Misplon

    (@misplon)

    Hi @seldeen

    Thanks for your support and question, it’s most appreciated.

    At the moment we can use custom CSS to add a small adjustment that will remove the existing logo size constraint. If you have Jetpack activated you can use Jetpack > Settings > Custom CSS. Alternatively, you can install a plugin called Simple Custom CSS. Simple Custom CSS will add an item under the Appearance menu called Custom CSS. Jetpack will add an item under the Appearance menu called Edit CSS. Insert:

    /* Logo */
    .site-header .site-branding img {
      max-height: none;
    }

    Give that a try and let me know how it goes.

Viewing 1 replies (of 1 total)

The topic ‘Logo Width’ is closed to new replies.