Title: Theme &#8211; Atrium: Header CSS
Last modified: August 24, 2016

---

# Theme – Atrium: Header CSS

 *  Resolved [LondonThroughTheLens](https://wordpress.org/support/users/londonthroughthelens/)
 * (@londonthroughthelens)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/theme-atrium-header-css/)
 * Hello,
 * I’d be really grateful if someone could help with altering the size of the header
   image on my site: [http://www.londonthroughthelens.com](http://www.londonthroughthelens.com).
 * The uploaded image is quite small, but there appears to be some CSS somewhere
   which is driving the header size area to be a huge chunk at the top of the site.
   I want to roughly half its height. (The grey image)
 * I’ve hunted around the CSS editor and tweaked various bits that I thought could
   be it to no joy. I’ve reset everything back to default now.
 * Any help much appreciated!
 * Thanks
    Ben

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

 *  [Sam](https://wordpress.org/support/users/soumendra/)
 * (@soumendra)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/theme-atrium-header-css/#post-5976384)
 * Hello,
 * You can try this to your Custom CSS:
 *     ```
       .home-featured-content {
           padding-bottom: 115px;
       }
       ```
   
 * Thank you.
 *  Thread Starter [LondonThroughTheLens](https://wordpress.org/support/users/londonthroughthelens/)
 * (@londonthroughthelens)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/theme-atrium-header-css/#post-5976387)
 * You sir, are a legend.
    Thank you
 *  [Sam](https://wordpress.org/support/users/soumendra/)
 * (@soumendra)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/theme-atrium-header-css/#post-5976395)
 * Welcome. 🙂
 *  Thread Starter [LondonThroughTheLens](https://wordpress.org/support/users/londonthroughthelens/)
 * (@londonthroughthelens)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/theme-atrium-header-css/#post-5976407)
 * Sam,
    Any ideas how I might make the logo a touch bigger? Then I’m done I think!
 *  [Sam](https://wordpress.org/support/users/soumendra/)
 * (@soumendra)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/theme-atrium-header-css/#post-5976414)
 * You can try this in your Custom CSS for achieving that:
 *     ```
       #masthead .logo > img {
           min-height: 80px;
           min-width: 145px;
       }
       ```
   
 * Thank you.
 *  Thread Starter [LondonThroughTheLens](https://wordpress.org/support/users/londonthroughthelens/)
 * (@londonthroughthelens)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/theme-atrium-header-css/#post-5976415)
 * Thanks again Sam!
 * Last questions!
    If I wanted to move the logo out from where it is and make it
   a central part of the grey background, underneath (or above might be better) 
   the menu – any ideas how I would achieve that?
 * Lastly, what am I missing here! The code is always simple, but for the life of
   me I cannot find the variables / tags to know what to call up to edit !
 *  [Sam](https://wordpress.org/support/users/soumendra/)
 * (@soumendra)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/theme-atrium-header-css/#post-5976417)
 * You can try this in your Custom CSS for achieving that:
 *     ```
       .compact.with-logo {
       height: 160px;
       }
       .site-branding, #site-navigation {
       max-width: 1020px !important;
       width: 100%;
       }
       .logo {
       float: none !important;
       margin: auto !important;
       }
       .menu-menu-1-container {
       max-width: 90% !important;
       padding-left: 25% !important;
       }
       ```
   
 * You can use browser development tool like firebug in Firefox or Chrome inspector
   for Chrome.
 * Thank you.

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

The topic ‘Theme – Atrium: Header CSS’ is closed to new replies.

## Tags

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

 * 7 replies
 * 2 participants
 * Last reply from: [Sam](https://wordpress.org/support/users/soumendra/)
 * Last activity: [11 years, 1 month ago](https://wordpress.org/support/topic/theme-atrium-header-css/#post-5976417)
 * Status: resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
