• 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

Viewing 1 replies (of 1 total)
  • Are you talking about this logo?

    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.