Title: Changing Site Logo
Last modified: August 21, 2016

---

# Changing Site Logo

 *  [Pacs32](https://wordpress.org/support/users/pacs32/)
 * (@pacs32)
 * [12 years, 2 months ago](https://wordpress.org/support/topic/changing-site-logo/)
 * Hi,
 * I am trying to resize the site logo on my customizr site.
    When I change it through
   inspect element to test it out it makes the change, but as I change it in the
   actual css or html it stays the same. Any suggestions would be great

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

 *  Thread Starter [Pacs32](https://wordpress.org/support/users/pacs32/)
 * (@pacs32)
 * [12 years, 2 months ago](https://wordpress.org/support/topic/changing-site-logo/#post-4656202)
 * Hi Guys,
 * Problem solved
 *  [Adeluski](https://wordpress.org/support/users/adeluski/)
 * (@adeluski)
 * [12 years, 2 months ago](https://wordpress.org/support/topic/changing-site-logo/#post-4656490)
 * Hi Pacs32,
    I think I have the same problem you had, how did you fix it? I’m 
   working with the Child theme. I’ve deleted the tagline and navbar box, and what
   I want is to make the logo bigger and to have menu and logo centered, but I don’t
   find the propper code… My website is: [http://contrapicado.es/](http://contrapicado.es/)
   I hope someone can help me… I’m getting crazy!!!
 *  [rdellconsulting](https://wordpress.org/support/users/rdellconsulting/)
 * (@rdellconsulting)
 * [12 years, 2 months ago](https://wordpress.org/support/topic/changing-site-logo/#post-4656491)
 * Did you try this [snippet](http://www.themesandco.com/snippet/center-header-block-items/)?
 *  [Adeluski](https://wordpress.org/support/users/adeluski/)
 * (@adeluski)
 * [12 years, 2 months ago](https://wordpress.org/support/topic/changing-site-logo/#post-4656493)
 * Thanks for answering, [@rdellconsulting](https://wordpress.org/support/users/rdellconsulting/).
   Yes, I had already copied this snippet in my Child theme, but it looks as you
   can see: the menu seems to have a left margin, and logo is always the same size.
   Although I try to change values in the code, nothing seems to change… Is there
   any fixed value of this snippet I should change?
 *  [rdellconsulting](https://wordpress.org/support/users/rdellconsulting/)
 * (@rdellconsulting)
 * [12 years, 2 months ago](https://wordpress.org/support/topic/changing-site-logo/#post-4656497)
 * 1. This bit of the snippet doesn’t appear to be working in your functions.php:
 *     ```
       // SOCIAL ICONS //
       // center the output of tc_social_in_header:
       add_filter('tc_social_in_header', 'rdc_social_in_header');
       function rdc_social_in_header($output) {
       return preg_replace('|span5|', 'span12', $output);
       }
       ```
   
 * Can you check you added it, and then the menu will center.
 * 2. In Customiz’it>Logo & Favicon, it looks like you didn’t uncheck the box that
   is forcing the dimension to 250x100px.
 *  [Adeluski](https://wordpress.org/support/users/adeluski/)
 * (@adeluski)
 * [12 years, 2 months ago](https://wordpress.org/support/topic/changing-site-logo/#post-4656499)
 * [@rdellconsulting](https://wordpress.org/support/users/rdellconsulting/), you
   are right in both solutions! Thank so much, and sorry if it was stupid, I’m a
   beginner. I had uncheck the social icons in header, so I thought that part of
   code wasn’t necessary. Now everything works!
 *  [rdellconsulting](https://wordpress.org/support/users/rdellconsulting/)
 * (@rdellconsulting)
 * [12 years, 2 months ago](https://wordpress.org/support/topic/changing-site-logo/#post-4656504)
 * Nothing stupid in your questions. Well done in fixing your problem.

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

The topic ‘Changing Site Logo’ is closed to new replies.

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

## Tags

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

 * 7 replies
 * 3 participants
 * Last reply from: [rdellconsulting](https://wordpress.org/support/users/rdellconsulting/)
 * Last activity: [12 years, 2 months ago](https://wordpress.org/support/topic/changing-site-logo/#post-4656504)
 * Status: not resolved