Title: Site alignment
Last modified: August 24, 2016

---

# Site alignment

 *  [scruff_design](https://wordpress.org/support/users/scruff_design/)
 * (@scruff_design)
 * [11 years ago](https://wordpress.org/support/topic/site-alignment/)
 * Hi There,
    Can anyone help.
 * I’m struggling to get the site below to align center. Its slightly to the left.
 * [http://kchgardensquare.co.uk/](http://kchgardensquare.co.uk/)
 * Can anyone help?
 * Cheers
    Terry

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

 *  [Matt Knowles](https://wordpress.org/support/users/aestheticdesign/)
 * (@aestheticdesign)
 * [11 years ago](https://wordpress.org/support/topic/site-alignment/#post-6120697)
 * The structure of the page isn’t the way I would have built it, but one example
   is you have an outer container for the header:
 *     ```
       .container {
       width: 1170px;
       max-width: 1170px;
       }
       ```
   
 * and then an inner container:
 *     ```
       #inner-header {
       max-width: 960px;
       position: relative;
       }
       ```
   
 * The outer container is centered, but the smaller inner container isn’t. I’d change
   the outer to:
 *     ```
       .container {
       max-width: 960px;
       }
       ```
   
 * You’ll have to do the same for the content and footer areas as well.
 *  Thread Starter [scruff_design](https://wordpress.org/support/users/scruff_design/)
 * (@scruff_design)
 * [11 years ago](https://wordpress.org/support/topic/site-alignment/#post-6120764)
 * Hi Matt,
    Thanks for that, Thats worked great thanks.
 * Regards
    Terry

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

The topic ‘Site alignment’ is closed to new replies.

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 2 replies
 * 2 participants
 * Last reply from: [scruff_design](https://wordpress.org/support/users/scruff_design/)
 * Last activity: [11 years ago](https://wordpress.org/support/topic/site-alignment/#post-6120764)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
