Title: Header Size
Last modified: August 21, 2016

---

# Header Size

 *  Resolved [Meganswage](https://wordpress.org/support/users/meganswage/)
 * (@meganswage)
 * [12 years, 4 months ago](https://wordpress.org/support/topic/header-size-10/)
 * I love everything about the Omega theme however I would like the Header itself
   to be a tad smaller (thinner). Is it possible to edit this in the Theme editor?

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

 *  Theme Author [Han](https://wordpress.org/support/users/hwijaya/)
 * (@hwijaya)
 * [12 years, 4 months ago](https://wordpress.org/support/topic/header-size-10/#post-4380967)
 * Megan, simply go to “Appearance > Customize > CSS” and put this code to reduce
   padding by 20px. Change as you like
 *     ```
       .site-header > .wrap {
           padding: 20px 0;
       }
       ```
   
 * Thanks 🙂
 *  Thread Starter [Meganswage](https://wordpress.org/support/users/meganswage/)
 * (@meganswage)
 * [12 years, 4 months ago](https://wordpress.org/support/topic/header-size-10/#post-4380970)
 * That is awesome. Thank you so much!
 *  Theme Author [Han](https://wordpress.org/support/users/hwijaya/)
 * (@hwijaya)
 * [12 years, 4 months ago](https://wordpress.org/support/topic/header-size-10/#post-4381020)
 * You’re most welcome 🙂
    Kindly [rate the theme](http://wordpress.org/support/view/theme-reviews/omega/)
   when you can. Thanks!
 *  [homerecords](https://wordpress.org/support/users/homerecords/)
 * (@homerecords)
 * [12 years, 4 months ago](https://wordpress.org/support/topic/header-size-10/#post-4381188)
 *     ```
       .site-header > .wrap {
           padding: 20px 0;
       }
       ```
   
 * Tried above code in: “Appearance > Customize > CSS” but didnt work. I can save
   it but nothing changes.
    I saw same code in style.css so tried there but same
   result.
 * Or was that not meant for the menu on top of the header? [http://muziek4um.nl/deschort/](http://muziek4um.nl/deschort/)
 * Apart from that its a fantastic theme!
 *  [homerecords](https://wordpress.org/support/users/homerecords/)
 * (@homerecords)
 * [12 years, 4 months ago](https://wordpress.org/support/topic/header-size-10/#post-4381189)
 * My apologies, I had to look better.
 * I was looking for:
 *     ```
       .omega-nav-menu,
       .omega-nav-menu > ul {
       margin: -11px 0 -17px;
       ```
   
 * 🙂
    Thanks for the great highly customizable theme!
 * Ed.
 *  [kshakya](https://wordpress.org/support/users/kshakya/)
 * (@kshakya)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/header-size-10/#post-4381251)
 * I tried changing the padding value to change header size but when I saved and
   look at the page, nothing changes.
 *  Thread Starter [Meganswage](https://wordpress.org/support/users/meganswage/)
 * (@meganswage)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/header-size-10/#post-4381252)
 * Try this:
 * .site-header .wrap {
    padding: 0; }
 * Initially what was previously posted worked and then stopped working. I changed
   it a bit and that seems to work now.

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

The topic ‘Header Size’ is closed to new replies.

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

## Tags

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

 * 7 replies
 * 4 participants
 * Last reply from: [Meganswage](https://wordpress.org/support/users/meganswage/)
 * Last activity: [12 years, 1 month ago](https://wordpress.org/support/topic/header-size-10/#post-4381252)
 * Status: resolved