Title: Larger Logo
Last modified: August 31, 2016

---

# Larger Logo

 *  [Lisa Sauro](https://wordpress.org/support/users/lisaricochecom/)
 * (@lisaricochecom)
 * [9 years, 11 months ago](https://wordpress.org/support/topic/larger-logo-3/)
 * Thank you for a fabulous theme! I would like to make my logo larger using css.
   Please let me know how to do so. I’m building a site example and the logo size
   needs to be width: 354px height: 100px My site is [http://www.bringyourbid.com/](http://www.bringyourbid.com/)

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

 *  [ashish_shrestha](https://wordpress.org/support/users/ashish_shrestha/)
 * (@ashish_shrestha)
 * [9 years, 11 months ago](https://wordpress.org/support/topic/larger-logo-3/#post-7443035)
 * Hello [@lisa](https://wordpress.org/support/users/lisa/),
    Please add following
   CSS code using any [https://wordpress.org/plugins/search.php?q=custom+css](https://wordpress.org/plugins/search.php?q=custom+css)
   Custom CSS plugin
 *     ```
       img.custom-logo{
       width: 354px;
       height: 100px;
       }
       ```
   
 * Best Regards.
 *  [YorkshireDave](https://wordpress.org/support/users/yorkshiredave/)
 * (@yorkshiredave)
 * [9 years, 10 months ago](https://wordpress.org/support/topic/larger-logo-3/#post-7443290)
 * Hi Ashish
 * Hope you can help
 * Ive noticed if I upload a bigger (better quality) logo the theme requires that
   I crop it. If I don’t, the quality ends up really poor and then when your code
   is used it appears to ‘stretch’ the tiny version making it almost unreadable!
 * Can I ask how I overcome that initial reduction by the theme when uploading a
   logo for the site image please?
 * Hope that makes sense? [(www.tapmedic.co.uk)](http://www.tapmedic.co.uk)
 *  [JanSal](https://wordpress.org/support/users/jansal/)
 * (@jansal)
 * [9 years, 8 months ago](https://wordpress.org/support/topic/larger-logo-3/#post-7443303)
 * Hi,
    I am struggling with the same problem at the moment. I am desperately trying
   to increase the logo size by modifying the theme’s child _style.css_ or _functions.
   php_ with no luck. I have undertaken the following so far:
    -  1. Increased pixel width, line 2771 and line 3415:
    -     ```
          .custom-logo {
          max-width: 210px;
          }
          ```
      
    - 2. Added code to the functions.php file that I found on the forum:
    -     ```
          add_action( 'after_setup_theme', 'child_custom_logo_setup', 11 );
      
          function child_custom_logo_setup() {
              $args = array(
              	'height' => 250,
              	'width' => 600,
              );
              add_theme_support( 'custom-logo', $args );
          }
          ```
      
 * [@dave](https://wordpress.org/support/users/dave/)
    I could see on your site 
   that you managed to upload a bigger logo than predefined by WordPress. Would 
   you mind to explain to me how you did it?
 * Best regards to all of you,
    Janosh.
 *  [YorkshireDave](https://wordpress.org/support/users/yorkshiredave/)
 * (@yorkshiredave)
 * [9 years, 8 months ago](https://wordpress.org/support/topic/larger-logo-3/#post-7443304)
 * Janosh
    I paid a guy out of Bangladesh $5 on Fiverr to do mine. Very happy with
   it. Happy to give you his details David
 *  [JanSal](https://wordpress.org/support/users/jansal/)
 * (@jansal)
 * [9 years, 8 months ago](https://wordpress.org/support/topic/larger-logo-3/#post-7443305)
 * Thank you David.
    I have got it done. In order to display an enlarged logo on
   Twenty Sixteen 1.3, go to themes\twentysixteen\inc\customizer.php. Change the‘
   width’ and ‘height’ values on line 54/55. Update the value in ‘style.css’ on 
   line 2767. God luck with further theme customization 😉
 *  [barbsketch](https://wordpress.org/support/users/barbsketch/)
 * (@barbsketch)
 * [9 years, 3 months ago](https://wordpress.org/support/topic/larger-logo-3/#post-8727534)
 * Yorkshire Dave,
 * Who’s your Fiverr guy? I’ve had some bad ones and good ones and I’d love a recommendation!
 * Cheers!
 * Barb
 *  [YorkshireDave](https://wordpress.org/support/users/yorkshiredave/)
 * (@yorkshiredave)
 * [9 years, 3 months ago](https://wordpress.org/support/topic/larger-logo-3/#post-8732337)
 * Barb
    om2000_cuet David
 *  [barbsketch](https://wordpress.org/support/users/barbsketch/)
 * (@barbsketch)
 * [9 years, 3 months ago](https://wordpress.org/support/topic/larger-logo-3/#post-8735924)
 * Thanks David!

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

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

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

## Tags

 * [larger logo](https://wordpress.org/support/topic-tag/larger-logo/)
 * [resize logo](https://wordpress.org/support/topic-tag/resize-logo/)
 * [Twenty Sixteen](https://wordpress.org/support/topic-tag/twenty-sixteen/)

 * 8 replies
 * 5 participants
 * Last reply from: [barbsketch](https://wordpress.org/support/users/barbsketch/)
 * Last activity: [9 years, 3 months ago](https://wordpress.org/support/topic/larger-logo-3/#post-8735924)
 * Status: not resolved