Title: Change Logo Size
Last modified: August 21, 2016

---

# Change Logo Size

 *  [yokastaschneider](https://wordpress.org/support/users/yokastaschneider/)
 * (@yokastaschneider)
 * [13 years ago](https://wordpress.org/support/topic/change-logo-size/)
 * How can I change the logo size allowed for my header on the Best Corporate theme?
 * [http://www.getumovingfitness.com](http://www.getumovingfitness.com)

Viewing 1 replies (of 1 total)

 *  [Jesin A](https://wordpress.org/support/users/jesin/)
 * (@jesin)
 * [13 years ago](https://wordpress.org/support/topic/change-logo-size/#post-4081330)
 * First open the functions.php file of your theme and find the following lines
 *     ```
       define('HEADER_IMAGE_WIDTH', 220);
       define('HEADER_IMAGE_HEIGHT', 90);
       ```
   
 * They are on lines 63 and 64 change the numbers as per your wish. This only allows
   you to upload images of your preferred size. Now for the CSS part.
 * Open header.php and add the following CSS inside <head> so that it overrides 
   the inline stylesheet.
 *     ```
       #headerimg {
       height: <height of the image> + 30px;
       }
       #site-title a {
       height: <height of the image>;
       width: <height of the image>;
       }
       #access {
       left: <width of image>;
       }
       ```
   

Viewing 1 replies (of 1 total)

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

 * ![](https://i0.wp.com/themes.svn.wordpress.org/best-corporate/2.2/screenshot.
   png)
 * Best Corporate
 * [Support Threads](https://wordpress.org/support/theme/best-corporate/)
 * [Active Topics](https://wordpress.org/support/theme/best-corporate/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/best-corporate/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/best-corporate/reviews/)

## Tags

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

 * 1 reply
 * 2 participants
 * Last reply from: [Jesin A](https://wordpress.org/support/users/jesin/)
 * Last activity: [13 years ago](https://wordpress.org/support/topic/change-logo-size/#post-4081330)
 * Status: not resolved