Title: Problems with header area
Last modified: August 19, 2016

---

# Problems with header area

 *  [vbpartners](https://wordpress.org/support/users/vbpartners/)
 * (@vbpartners)
 * [15 years, 3 months ago](https://wordpress.org/support/topic/problems-with-header-area/)
 * The url is [http://gvgonzalez.com/moderndayartisians/](http://gvgonzalez.com/moderndayartisians/)
 * The theme is Twenty Ten.
 * I’ve been trying to pull up the black banner so it’s flush at the top, eliminating
   the grey area above it currently.
 * Also, need to see how i can fix the banner area so that its the size of the black
   banner (currently there’s a bit hanging out of the bottom.)
 * Been here for about an hour playing with different settings and can’t quite find
   the right ones to do this.
 * Any help or suggestions would be great 🙂
 * Thanks!

Viewing 1 replies (of 1 total)

 *  [kaedues](https://wordpress.org/support/users/kaedues/)
 * (@kaedues)
 * [15 years, 3 months ago](https://wordpress.org/support/topic/problems-with-header-area/#post-1861574)
 * It looks like you have been playing with the php some and have inserted the banner
   in the wrong location. You will want it to go inside the following tags:
 *     ```
       <div id="branding" role="banner">
       <span></span>
       <div id="site-description">Just another WordPress site</div>
       <img src="" width="940" height="198" alt="">								</div>
       ```
   
 * You might need to play around with it a little to get it right but that should
   help. Also, you will probably want to delete this:
    `margin-top: 40px;`
 * from this part of your CSS:
 *     ```
       #wrapper {
       background: transparent;
       margin-top: 40px;
       padding: 0px 20px;
       }
       ```
   

Viewing 1 replies (of 1 total)

The topic ‘Problems with header area’ is closed to new replies.

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 1 reply
 * 2 participants
 * Last reply from: [kaedues](https://wordpress.org/support/users/kaedues/)
 * Last activity: [15 years, 3 months ago](https://wordpress.org/support/topic/problems-with-header-area/#post-1861574)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
