Title: Logo Width
Last modified: August 31, 2016

---

# Logo Width

 *  Resolved [seldeen](https://wordpress.org/support/users/seldeen/)
 * (@seldeen)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/logo-width-4/)
 * 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](https://wordpress.org/support/users/misplon/)
 * (@misplon)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/logo-width-4/#post-6952721)
 * Hi [@seldeen](https://wordpress.org/support/users/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.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/ultra/1.6.8/screenshot.jpg)
 * Ultra
 * [Support Threads](https://wordpress.org/support/theme/ultra/)
 * [Active Topics](https://wordpress.org/support/theme/ultra/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/ultra/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/ultra/reviews/)

## Tags

 * [logo](https://wordpress.org/support/topic-tag/logo/)
 * [width](https://wordpress.org/support/topic-tag/width/)

 * 1 reply
 * 2 participants
 * Last reply from: [Andrew Misplon](https://wordpress.org/support/users/misplon/)
 * Last activity: [10 years, 4 months ago](https://wordpress.org/support/topic/logo-width-4/#post-6952721)
 * Status: resolved