• Resolved seldeen

    (@seldeen)


    I really love the Ultra theme, and if I can get it to work with what I need it to do, I will happily upgrade to Pro.

    How do I adjust the logo width? I want to show a logo that is 670×100, but the logo either gets cut in half or shrunk. In the forums, I read a post about logo height, but I wasn’t able to figure out to change the width.

    Thanks again.

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.