Title: Logo size
Last modified: August 2, 2019

---

# Logo size

 *  Resolved [pbwpwork](https://wordpress.org/support/users/pbwpwork/)
 * (@pbwpwork)
 * [6 years, 9 months ago](https://wordpress.org/support/topic/logo-size-91/)
 * Hi,
 * Would like to increase the size of the site’s logo. At the moment it is sitting
   in a container that is 325 x 70 (meaning whatever the size of image uploaded,
   it always defaults to this size [on pc]). How I can increase the size of this?
 * Thanks
    Paul
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Flogo-size-91%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  [Evan Herman](https://wordpress.org/support/users/eherman24/)
 * (@eherman24)
 * [6 years, 9 months ago](https://wordpress.org/support/topic/logo-size-91/#post-11793785)
 * Hi [@pbwpwork](https://wordpress.org/support/users/pbwpwork/),
 * You’ll have to add some custom CSS to increase the size of the logo.
 *     ```
       @media only screen and (min-width: 61.063em) {
         .site-header .custom-logo {
             max-height: 75px;
         }
       }
       ```
   
 * You can add that to the Additional CSS section of the customizer. To get there,
   from the dashboard you’ll want to navigate to ‘Appearance > Customize > Additional
   CSS’. You can paste the above code into that section.
 * Let us know if that helps.
 *  Thread Starter [pbwpwork](https://wordpress.org/support/users/pbwpwork/)
 * (@pbwpwork)
 * [6 years, 9 months ago](https://wordpress.org/support/topic/logo-size-91/#post-11795058)
 * Hi [@eherman24](https://wordpress.org/support/users/eherman24/),
 * That worked!!!
 * Thanks very much,
 * Paul 🙂

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

The topic ‘Logo size’ is closed to new replies.

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

## Tags

 * [Ascension theme](https://wordpress.org/support/topic-tag/ascension-theme/)
 * [logo size](https://wordpress.org/support/topic-tag/logo-size/)
 * [template customisation](https://wordpress.org/support/topic-tag/template-customisation/)

 * 2 replies
 * 2 participants
 * Last reply from: [pbwpwork](https://wordpress.org/support/users/pbwpwork/)
 * Last activity: [6 years, 9 months ago](https://wordpress.org/support/topic/logo-size-91/#post-11795058)
 * Status: resolved