Title: Need to increase logo size/decrease banner &amp; title font on banner
Last modified: February 14, 2020

---

# Need to increase logo size/decrease banner & title font on banner

 *  [rblackphoto](https://wordpress.org/support/users/rblackphoto/)
 * (@rblackphoto)
 * [6 years, 3 months ago](https://wordpress.org/support/topic/need-to-increase-logo-size-decrease-banner-title-font-on-banner/)
 * I switched both of my websites to this new template this week and have them pretty
   much set up to my liking, but I have the same issues with both pages and I can’t
   find the answers for how to make these tweaks; I’d really appreciate any help!
 * On both sites (the other is winestainedlens.com) I would like to increase the
   size of my logo (roughly double, but at any rate bigger than it is now).
 * I’d also like to shrink the height of the banner where the page title appears(
   i.e., home, blog, about) and also shrink the font size of the page title just
   a little. Right now it looks screamingly huge next to my tiny logo.
 * Please let me know if there’s a way to adjust these–thanks!!
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fneed-to-increase-logo-size-decrease-banner-title-font-on-banner%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  [M3L1](https://wordpress.org/support/users/m3l1/)
 * (@m3l1)
 * [6 years, 3 months ago](https://wordpress.org/support/topic/need-to-increase-logo-size-decrease-banner-title-font-on-banner/#post-12448481)
 * Hello!
    I had a similar issue and found that you can increase your logo size 
   by adding css to the Additional CSS section of the Customizer.
 * .site-logo img {
    max-height: 16rem; margin: 0 auto; width: auto; }
 * The max-height default is 8rem and I just kept upping the number until I got 
   one I like the look of. I don’t know about the rest but hopefully that gets you
   started 🙂
 *  [jmdelgado](https://wordpress.org/support/users/jmdelgado/)
 * (@jmdelgado)
 * [6 years, 3 months ago](https://wordpress.org/support/topic/need-to-increase-logo-size-decrease-banner-title-font-on-banner/#post-12458438)
 * M3L1,
 * I tried the code string but did not work; also this code is only to increase 
   the logo size, What would be the code to reduce the title heading ?
 * Thank you
 *  [M3L1](https://wordpress.org/support/users/m3l1/)
 * (@m3l1)
 * [6 years, 3 months ago](https://wordpress.org/support/topic/need-to-increase-logo-size-decrease-banner-title-font-on-banner/#post-12462655)
 * jmdelgado,
 * Are you using the Twenty Twenty theme?
    The title heading is using the <h1> element
   so I believe changing the rem number in the font-size will change the size of
   the heading. 5.4rem is what it is set to currently so play around with smaller
   numbers until you find a size that suits you.
 * h1, .heading-size-1 {
    font-size: 5.4rem; }

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

The topic ‘Need to increase logo size/decrease banner & title font on banner’ is
closed to new replies.

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

## Tags

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

 * 3 replies
 * 3 participants
 * Last reply from: [M3L1](https://wordpress.org/support/users/m3l1/)
 * Last activity: [6 years, 3 months ago](https://wordpress.org/support/topic/need-to-increase-logo-size-decrease-banner-title-font-on-banner/#post-12462655)
 * Status: not resolved