Title: Missing header sidebar?
Last modified: August 19, 2016

---

# Missing header sidebar?

 *  [thelostswede](https://wordpress.org/support/users/thelostswede/)
 * (@thelostswede)
 * [15 years, 4 months ago](https://wordpress.org/support/topic/missing-header-sidebar/)
 * Has the header sidebar been removed? There’s a reference to it under the header
   settings, but there’s no such thing under widgets.
 * If it’s gone, how can I easily add a space for a banner ad between the header
   menu and the rest of the template content.
 * Cheers

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

 *  [Michael](https://wordpress.org/support/users/alchymyth/)
 * (@alchymyth)
 * [15 years, 4 months ago](https://wordpress.org/support/topic/missing-header-sidebar/#post-1852295)
 * > Has the header sidebar been removed? There’s a reference to it under the header
   > settings, but there’s no such thing under widgets.
 * this is no standard beviour, so what theme are you using?
 * > If it’s gone, how can I easily add a space for a banner ad between the header
   > menu and the rest of the template content.
 * edit the corresponding template file.
 *  Thread Starter [thelostswede](https://wordpress.org/support/users/thelostswede/)
 * (@thelostswede)
 * [15 years, 4 months ago](https://wordpress.org/support/topic/missing-header-sidebar/#post-1852298)
 * Constructor [http://code.google.com/p/wp-constructor/](http://code.google.com/p/wp-constructor/)
   
   Very nice theme otherwise, very customizable, but it seems like the header sidebar
   is missing and I’m not really a coder, so no idea how to edit the template file.
 *  [Michael](https://wordpress.org/support/users/alchymyth/)
 * (@alchymyth)
 * [15 years, 4 months ago](https://wordpress.org/support/topic/missing-header-sidebar/#post-1852337)
 * details depend on the code of your banner ad, but generally:
 * edit header.php;
    find:
 *     ```
       <div id="description"><?php bloginfo('description');?></div>
                   </div>
              </div>
          </div>
       ```
   
 * add a div for your banner add for instance here:
 *     ```
       <div id="description"><?php bloginfo('description');?></div>
                   </div>
              </div>
       <div id="header-banner">YOUR BANNER AD CODE HERE</div>
          </div>
       ```
   
 * to style it, you can then use
    `#header-banner { ... }` in style.css
 * details depend on your setup.
 *  Thread Starter [thelostswede](https://wordpress.org/support/users/thelostswede/)
 * (@thelostswede)
 * [15 years, 4 months ago](https://wordpress.org/support/topic/missing-header-sidebar/#post-1852338)
 * Thanks, will have a look

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

The topic ‘Missing header sidebar?’ is closed to new replies.

 * 4 replies
 * 2 participants
 * Last reply from: [thelostswede](https://wordpress.org/support/users/thelostswede/)
 * Last activity: [15 years, 4 months ago](https://wordpress.org/support/topic/missing-header-sidebar/#post-1852338)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
