Title: Remove Header Margin
Last modified: August 19, 2016

---

# Remove Header Margin

 *  Resolved [looieman](https://wordpress.org/support/users/looieman/)
 * (@looieman)
 * [15 years ago](https://wordpress.org/support/topic/remove-header-margin/)
 * I’m trying to remove the header margin at the top and bottom of my header.
 * How should I do that?

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

 *  [esmi](https://wordpress.org/support/users/esmi/)
 * (@esmi)
 * [15 years ago](https://wordpress.org/support/topic/remove-header-margin/#post-2071870)
 * Unless you provide a link to a page demonstrating the problem, no one will be
   able to offer much in the way of assistance.
 *  Thread Starter [looieman](https://wordpress.org/support/users/looieman/)
 * (@looieman)
 * [15 years ago](https://wordpress.org/support/topic/remove-header-margin/#post-2071905)
 * Sorry, I did include a link but it somehow got deleted before I clicked submit.
 * [http://tropicallandscapersnursery.com/](http://tropicallandscapersnursery.com/)
 *  [esmi](https://wordpress.org/support/users/esmi/)
 * (@esmi)
 * [15 years ago](https://wordpress.org/support/topic/remove-header-margin/#post-2071921)
 * Edit sty;le.css and change:
 *     ```
       #title.aligncenter {
           margin: 20px auto 0;
           text-align: center;
       }
       #footer {
           background: url("images/line.png") repeat-x center top;
           clear: both;
           float: left;
           font-size: 11px;
           line-height: 13px;
           margin: 10px 2% 0;
           padding: 20px 0;
           position: relative;
           text-align: center;
           width: 96%;
       }
       ```
   
 * to:
 *     ```
       #title.aligncenter {
           margin: 0 auto;
           text-align: center;
       }#footer {
           background: url("images/line.png") repeat-x center top;
           clear: both;
           float: left;
           font-size: 11px;
           line-height: 13px;
           margin: 10px 2% 0;
           padding: 20px 0 0;
           position: relative;
           text-align: center;
           width: 96%;
       }
       ```
   
 *  Thread Starter [looieman](https://wordpress.org/support/users/looieman/)
 * (@looieman)
 * [15 years ago](https://wordpress.org/support/topic/remove-header-margin/#post-2072022)
 * Ok, I was able to remove the top border. How should I remove the bottom one?
 * [http://tropicallandscapersnursery.com/contact-us/](http://tropicallandscapersnursery.com/contact-us/)
 *  Thread Starter [looieman](https://wordpress.org/support/users/looieman/)
 * (@looieman)
 * [15 years ago](https://wordpress.org/support/topic/remove-header-margin/#post-2072083)
 * I got it resolved, thanks

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

The topic ‘Remove Header Margin’ is closed to new replies.

 * 5 replies
 * 2 participants
 * Last reply from: [looieman](https://wordpress.org/support/users/looieman/)
 * Last activity: [15 years ago](https://wordpress.org/support/topic/remove-header-margin/#post-2072083)
 * Status: resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
