Title: Make theme -Resize Custom Logo
Last modified: August 22, 2016

---

# Make theme -Resize Custom Logo

 *  [josephare](https://wordpress.org/support/users/josephare/)
 * (@josephare)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/make-theme-resize-custom-logo/)
 * Hi,
 * Is there a way to change the size of a custom logo, either in settings or via
   CSS? I’ve tried a few things and no matter what size the uploaded logo, it’s 
   always the same size in the header.
 * Thanks.
    – Joe
 * [http://www.ophmusic.com](http://www.ophmusic.com)

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

 *  Thread Starter [josephare](https://wordpress.org/support/users/josephare/)
 * (@josephare)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/make-theme-resize-custom-logo/#post-5830375)
 * Never mind, I found it…. change max-width from 100% to new size (hope this doesn’t
   mess mobile)
 * /*———————————————————
    Custom logo (_scaffolding.scss) ——————————————————– */.
   custom-logo { display: block; **max-width: 1200px;** margin-bottom: 11px; margin-
   bottom: 1.1rem; background-repeat: no-repeat; background-position: center center;
   background-size: contain;} .custom-logo a { font: 0/0 a; display: block; **width:
   1200px;** height: 0; text-decoration: none; color: transparent; text-shadow: 
   none;} .no-site-title.no-site-tagline .custom-logo { margin-bottom: 0; }
 *  Thread Starter [josephare](https://wordpress.org/support/users/josephare/)
 * (@josephare)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/make-theme-resize-custom-logo/#post-5830377)
 * It does mess up mobile, is there a way to get a dynamic resize?
 *  [Melissa](https://wordpress.org/support/users/emdashing/)
 * (@emdashing)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/make-theme-resize-custom-logo/#post-5830600)
 * Hi Joe,
 * You may want to add your logo directly to your header.php file. Unfortunately,
   resizing it in a way that makes it work really well on mobile is much trickier.

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

The topic ‘Make theme -Resize Custom Logo’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/make/1.10.9/screenshot.jpg)
 * Make
 * [Support Threads](https://wordpress.org/support/theme/make/)
 * [Active Topics](https://wordpress.org/support/theme/make/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/make/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/make/reviews/)

 * 3 replies
 * 2 participants
 * Last reply from: [Melissa](https://wordpress.org/support/users/emdashing/)
 * Last activity: [11 years, 3 months ago](https://wordpress.org/support/topic/make-theme-resize-custom-logo/#post-5830600)
 * Status: not resolved