Title: Adjust Logo Size
Last modified: August 22, 2016

---

# Adjust Logo Size

 *  [rpenafiel](https://wordpress.org/support/users/rpenafiel/)
 * (@rpenafiel)
 * [11 years, 9 months ago](https://wordpress.org/support/topic/adjust-logo-size/)
 * Hello!
 * I addition to my previous question, I would also like to ask how I can possibly
   adjust the size for the logo. I want to make it a bit larger.
 * Thanks a lot!

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

 *  [goodmuyis](https://wordpress.org/support/users/goodmuyis/)
 * (@goodmuyis)
 * [11 years, 9 months ago](https://wordpress.org/support/topic/adjust-logo-size/#post-5435098)
 * try this CSS
 *     ```
       #logo img {
           width:200px /*change to fit your style*/
           height: 50px; /*change to fit your style*/
       }
       ```
   
 *  Thread Starter [rpenafiel](https://wordpress.org/support/users/rpenafiel/)
 * (@rpenafiel)
 * [11 years, 9 months ago](https://wordpress.org/support/topic/adjust-logo-size/#post-5435241)
 * Thanks a lot, goodmuyis! May I please ask if I should apply this code on editor
   section of WP under Stylesheet (style.css)? Am I right? If not, I hope you can
   point me to where I should apply this code specifically.
 * More blessings! 🙂
 *  [Assyrians](https://wordpress.org/support/users/assyrians/)
 * (@assyrians)
 * [11 years, 9 months ago](https://wordpress.org/support/topic/adjust-logo-size/#post-5435251)
 * For me the logo resize CSS was different and it needs to be edited as mentioned
   by you above, in style.css
    Scroll till
 * /* ———————————————————————-
    06. HEADER ———————————————————————- */
 * }
    #logo img { max-height: 150px; display: block; margin: 0 auto;
 * I scrolled to find above code and updated the file, I changed my default logo
   size from 50px to 150px as per my need.
 *  Thread Starter [rpenafiel](https://wordpress.org/support/users/rpenafiel/)
 * (@rpenafiel)
 * [11 years, 9 months ago](https://wordpress.org/support/topic/adjust-logo-size/#post-5435281)
 * Thank you so much for sharing that, Assyrians! It worked! 🙂
 *  [YoMommaIII](https://wordpress.org/support/users/yomommaiii/)
 * (@yomommaiii)
 * [11 years, 7 months ago](https://wordpress.org/support/topic/adjust-logo-size/#post-5435371)
 * I tried this with mine and it isn’t any bigger. I even tried 800px and nothing.
   Is there something else I have to change?

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

The topic ‘Adjust Logo Size’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/minamaze/1.11.2/screenshot.png)
 * Minamaze
 * [Support Threads](https://wordpress.org/support/theme/minamaze/)
 * [Active Topics](https://wordpress.org/support/theme/minamaze/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/minamaze/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/minamaze/reviews/)

## Tags

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

 * 5 replies
 * 4 participants
 * Last reply from: [YoMommaIII](https://wordpress.org/support/users/yomommaiii/)
 * Last activity: [11 years, 7 months ago](https://wordpress.org/support/topic/adjust-logo-size/#post-5435371)
 * Status: not resolved