Title: Logo Max Height
Last modified: September 14, 2020

---

# Logo Max Height

 *  [whattheshed518](https://wordpress.org/support/users/whattheshed518/)
 * (@whattheshed518)
 * [5 years, 7 months ago](https://wordpress.org/support/topic/logo-max-height/)
 * My site logo on mobile is very small, and the customizer does not give me the
   option to increase it beyond 220 pixels. This is not a problem for desktop or
   tablet views.
    -  This topic was modified 5 years, 7 months ago by [whattheshed518](https://wordpress.org/support/users/whattheshed518/).
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Flogo-max-height%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  [Branko](https://wordpress.org/support/users/brankoconjic/)
 * (@brankoconjic)
 * [5 years, 7 months ago](https://wordpress.org/support/topic/logo-max-height/#post-13401603)
 * Hey [@whattheshed518](https://wordpress.org/support/users/whattheshed518/),
 * Logo max height slider should allow up to 1000px. But you can also enter any 
   value into the field next to the slider.
 * [Screenshot](https://www.dropbox.com/s/zh4cba1xpk23df0/Screenshot%202020-09-14%20at%2010.55.13.png?dl=0).
 *  Thread Starter [whattheshed518](https://wordpress.org/support/users/whattheshed518/)
 * (@whattheshed518)
 * [5 years, 7 months ago](https://wordpress.org/support/topic/logo-max-height/#post-13404704)
 * Yes, I understand it should allow more than 220px, but when I inspect the image,
   there is CSS that says:
 * .sinatra-logo img {
    max height: 220px; }
 * This is obviously the issue and I need to know how to fix it.
 *  [Branko](https://wordpress.org/support/users/brankoconjic/)
 * (@brankoconjic)
 * [5 years, 6 months ago](https://wordpress.org/support/topic/logo-max-height/#post-13436108)
 * [@whattheshed518](https://wordpress.org/support/users/whattheshed518/),
 * I’m not sure where that is coming from, but you can add the following CSS code
   to “Additional CSS” field in the Customizer to override that CSS:
 *     ```
       .site .sinatra-logo img {
           max-height: none;
       }
       ```
   
 * Let me know if that worked for you.
 * Thanks!

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

The topic ‘Logo Max Height’ is closed to new replies.

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

 * 3 replies
 * 2 participants
 * Last reply from: [Branko](https://wordpress.org/support/users/brankoconjic/)
 * Last activity: [5 years, 6 months ago](https://wordpress.org/support/topic/logo-max-height/#post-13436108)
 * Status: not resolved