Title: Increase Logo Image Size
Last modified: August 31, 2016

---

# Increase Logo Image Size

 *  Resolved [chipster6](https://wordpress.org/support/users/chipster6/)
 * (@chipster6)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/increase-logo-image-size/)
 * I would like to make the logo as wide as the site. Can I do this in the style
   css?
 * Thank you.

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

 *  [WEN Solutions](https://wordpress.org/support/users/wen-solutions/)
 * (@wen-solutions)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/increase-logo-image-size/#post-6983581)
 * Hi chipster6
 * Yes you can make the logo as wide as the site but the problem would be your image
   is stretched.If thats ok then you can add this CSS:
 *     ```
       .site-title img {
           width: 100%;
           max-height: 200px;
       }
       ```
   
 * Or else you have to resize the image before setting it as logo image.
 * Thank You!!!
 *  Theme Author [themehit](https://wordpress.org/support/users/themehit/)
 * (@themehit)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/increase-logo-image-size/#post-6983737)
 * Another idea, use below snippet
 *     ```
       .site-title img {
       	max-height: auto;
       }
       ```
   
 * Cheers
 *  [Pahkiller](https://wordpress.org/support/users/pahkiller/)
 * (@pahkiller)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/increase-logo-image-size/#post-6983757)
 * What .css and where can I find it please

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

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

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

 * 3 replies
 * 4 participants
 * Last reply from: [Pahkiller](https://wordpress.org/support/users/pahkiller/)
 * Last activity: [10 years, 2 months ago](https://wordpress.org/support/topic/increase-logo-image-size/#post-6983757)
 * Status: resolved