Title: adding header
Last modified: August 19, 2016

---

# adding header

 *  Resolved [oneway](https://wordpress.org/support/users/msevans/)
 * (@msevans)
 * [15 years, 7 months ago](https://wordpress.org/support/topic/adding-header-1/)
 * Hello,
 * I was trying to add “white space” between the “header” and the “navmenu” – the
   code didn’t work so I removed it and now my header is missing.
 * The code is:
    ‘ *********************************************************************
   Main Image Header *********************************************************************/
   <div .main_image { background:url(img/main_image.jpg) top center no-repeat; height:
   150px; }
 * .main_image img {
    margin:0; padding:0; } ‘
 * Can anyone see what is missing please?
 * website: [here](http://www.boughtrecords.com/wp)
 * thank you

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

 *  [Rev. Voodoo](https://wordpress.org/support/users/rvoodoo/)
 * (@rvoodoo)
 * [15 years, 7 months ago](https://wordpress.org/support/topic/adding-header-1/#post-1651606)
 * `<div` at the top shouldn’t be there
 * looks like the start of html, which can not be in your style.css
 *  Thread Starter [oneway](https://wordpress.org/support/users/msevans/)
 * (@msevans)
 * [15 years, 7 months ago](https://wordpress.org/support/topic/adding-header-1/#post-1651612)
 * That’s GREAT! Thank you SO very much! I hate not knowing CSS.
 * That worked like a charm!
 * Can you please tell me how I can add some space between the “header” and the “
   navmenu”? as you can see the header is pushed up against the navmenu.
 * Also I am thinking the navmenu needs to be BELOW the header. Anyway I can do 
   that? and again whenever I need to add SPACE between two items what is the best
   and correct way to do that please?
 * thanks in advance!
 *  Thread Starter [oneway](https://wordpress.org/support/users/msevans/)
 * (@msevans)
 * [15 years, 7 months ago](https://wordpress.org/support/topic/adding-header-1/#post-1651613)
 * I figured out the SPACING by editing the HEIGHT in the style.css
 * but still don’t know how to “flip-flop” the navmenu and header.
 *  [Rev. Voodoo](https://wordpress.org/support/users/rvoodoo/)
 * (@rvoodoo)
 * [15 years, 7 months ago](https://wordpress.org/support/topic/adding-header-1/#post-1651630)
 * flipping the location of the navmenu and header would be done in header.php
 * I think if you find this line
    `<div class="grid_16 main_image"> </div>`
 * cut it from its current location and paste it between
 *     ```
       </div>
       <div class="grid_16 navigation">
       ```
   
 * so you get
 *     ```
       </div>
       <div class="grid_16 main_image"> </div>
       <div class="grid_16 navigation">
       ```
   
 * I think that would work
 *  Thread Starter [oneway](https://wordpress.org/support/users/msevans/)
 * (@msevans)
 * [15 years, 7 months ago](https://wordpress.org/support/topic/adding-header-1/#post-1651882)
 * Thank you. I’ll give that a try.

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

The topic ‘adding header’ is closed to new replies.

 * In: [Everything else WordPress](https://wordpress.org/support/forum/miscellaneous/)
 * 5 replies
 * 2 participants
 * Last reply from: [oneway](https://wordpress.org/support/users/msevans/)
 * Last activity: [15 years, 7 months ago](https://wordpress.org/support/topic/adding-header-1/#post-1651882)
 * Status: resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
