Title: Header Problem
Last modified: August 21, 2016

---

# Header Problem

 *  [cma2032](https://wordpress.org/support/users/cma2032/)
 * (@cma2032)
 * [13 years ago](https://wordpress.org/support/topic/header-problem-19/)
 * Hi,
 * For some reason, I have a bizarre amount of white space in the area above my 
   navigation and below my header. I’m not really sure why this is happening and
   I’ve tried quite a few things with CSS—padding and margins and floats and what
   not.
 * Here is [the site in question](http://avonparkcca.org/), and I am using the Pinboard
   theme.
 * Thank you,
    Matt

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

 *  [DJDoubleXL189](https://wordpress.org/support/users/djdoublexl189/)
 * (@djdoublexl189)
 * [13 years ago](https://wordpress.org/support/topic/header-problem-19/#post-3767257)
 * You have huge margins here:
 * #header #searchform {
 * AND HUGE MARGINS HERE:
 * #site-title
 * Check those CSS classes out in your stylesheet.
 *  [frizax](https://wordpress.org/support/users/frizax/)
 * (@frizax)
 * [13 years ago](https://wordpress.org/support/topic/header-problem-19/#post-3767267)
 * This is happening because of “sidebar header”. In style.css it define as following:
 *     ```
       #sidebar-header {
       	float:right;
       	width:728px;
       	height:90px;
       	margin:15px 0;
       	overflow:hidden;
       }
       ```
   
 * You need to edit height of in this style as per your requirement. Also you need
   to edit style for “searchform”, it define as:
 *     ```
       #header #searchform {
       	float:right;
       	margin:60px 3.4% 0 3px;
       }
       ```
   
 * Here you need to adjust margins.
 *  Thread Starter [cma2032](https://wordpress.org/support/users/cma2032/)
 * (@cma2032)
 * [13 years ago](https://wordpress.org/support/topic/header-problem-19/#post-3767319)
 * Thank you all. Those specific suggestions didn’t have any effect, but it got 
   me down the right trail.

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

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

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 3 replies
 * 3 participants
 * Last reply from: [cma2032](https://wordpress.org/support/users/cma2032/)
 * Last activity: [13 years ago](https://wordpress.org/support/topic/header-problem-19/#post-3767319)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
