Title: Theme re-sizing logo?
Last modified: August 30, 2016

---

# Theme re-sizing logo?

 *  [maatttkkkk](https://wordpress.org/support/users/maatttkkkk/)
 * (@maatttkkkk)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/theme-re-sizing-logo/)
 * Hey Guys,
    Still new to coding… but I’m trying to enlarge the logo on my site
   and for some reason when I upload a good quality image it is resized by my theme
   or by wordpress, I’m not sure. I can change the css to make it bigger but then
   it get blurry >:|
 * The theme Im using is called Resonar.
 * Any help would be much appreciated. Thank you!
 * The blog I need help with is [bristolbaywaters.org](http://www.bristolbaywaters.org)

Viewing 1 replies (of 1 total)

 *  [kjodle](https://wordpress.org/support/users/kjodle/)
 * (@kjodle)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/theme-re-sizing-logo/#post-6588461)
 * Are you talking about this logo?
 * [http://i2.wp.com/bristolbaywaters.org/wp-content/uploads/2015/09/BB.png](http://i2.wp.com/bristolbaywaters.org/wp-content/uploads/2015/09/BB.png)
 * Yes, your theme is resizing it. Here is the relevant code:
 *     ```
       /**
        * 15.9 Site Logo
        */
   
       .site-logo-link {
       	display: block;
       	max-width: 500px;
       	min-width: 100%;
       }
   
       .site-logo {
       	max-height: 100px;
       	width: 100%;
       }
   
       .has-site-logo .site-title {
       	margin-top: 20px;
       }
       ```
   
 * If it you need it to be bigger than what it is, adapt that code and add it to
   a child theme stylesheet.

Viewing 1 replies (of 1 total)

The topic ‘Theme re-sizing logo?’ is closed to new replies.

## Tags

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

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 1 reply
 * 2 participants
 * Last reply from: [kjodle](https://wordpress.org/support/users/kjodle/)
 * Last activity: [10 years, 7 months ago](https://wordpress.org/support/topic/theme-re-sizing-logo/#post-6588461)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
