Title: Header positioning
Last modified: August 19, 2016

---

# Header positioning

 *  Resolved [wege](https://wordpress.org/support/users/wege/)
 * (@wege)
 * [16 years, 12 months ago](https://wordpress.org/support/topic/header-positioning/)
 * Hi
 * A small probably solvable problem.
    In the site I’m working on, [http://www.jesperberglund.se](http://www.jesperberglund.se),
   how do I get the header to stay all the way to the left. If I change the size
   of the browser the header moves along with it staying in the center.
 * My wish is to have the brown blocks constantly aligned with each other.
 * I would appreciate some help on the subject. I have very little programming experience
   so if asked to edit the code, which I know is the solution, please be specific
   to how and where.
 * many thanks
    Jesper

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

 *  [Devin Price](https://wordpress.org/support/users/downstairsdev/)
 * (@downstairsdev)
 * [16 years, 12 months ago](https://wordpress.org/support/topic/header-positioning/#post-1112378)
 * Move your wrapper tag up to underneath the body tag.
 * If you move it here, it will stick to the upper left:
 *     ```
       <body>
       <div id="wrapper">
       <div id="page">
       <div id="header">
       ```
   
 *  Thread Starter [wege](https://wordpress.org/support/users/wege/)
 * (@wege)
 * [16 years, 12 months ago](https://wordpress.org/support/topic/header-positioning/#post-1112379)
 * Thank you.
 * I changed it in the header.php and it worked. Although it messed up other things.
   But I’ll be able to change those myself.
 * I had no wrapper in the header file so I added an extra </div> at the end.

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

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

 * 2 replies
 * 2 participants
 * Last reply from: [wege](https://wordpress.org/support/users/wege/)
 * Last activity: [16 years, 12 months ago](https://wordpress.org/support/topic/header-positioning/#post-1112379)
 * Status: resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
