Title: Modify theme so it&#039;s left aligned
Last modified: August 19, 2016

---

# Modify theme so it's left aligned

 *  [Gregoryagu](https://wordpress.org/support/users/gregoryagu/)
 * (@gregoryagu)
 * [15 years, 6 months ago](https://wordpress.org/support/topic/modify-theme-so-its-left-aligned/)
 * I am using the Modern-Clix theme on YouthMuse.com. It is currently center aligned,
   and I would like to make it left aligned.
 * I have scoured the CSS and theme, but I don’t see what is making it Center-Aligned.
   I want to make it left aligned, like this site: DougAHay.com which is using the
   same theme, but modified.
 * Any tips would be appreciated.
 * Greg

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

 *  [govpatel](https://wordpress.org/support/users/govpatel/)
 * (@govpatel)
 * [15 years, 6 months ago](https://wordpress.org/support/topic/modify-theme-so-its-left-aligned/#post-1857582)
 * I style.css look for this code
 * #wrapper {
    margin:3em auto; overflow:hidden; width:885px; } delete auto so you
   will have
 * #wrapper {
    margin:3em; overflow:hidden; width:885px; }
 *  [Clayton James](https://wordpress.org/support/users/claytonjames/)
 * (@claytonjames)
 * [15 years, 6 months ago](https://wordpress.org/support/topic/modify-theme-so-its-left-aligned/#post-1857583)
 * I think you can just change the margins on the wrapper:
 * #wrapper {
    width: 885px; margin: 0 auto; margin-top: 3em; margin-bottom: 3em;
   overflow: hidden; }
 * try this:
 * #wrapper {
    width: 885px; **margin-left: 3em;** margin-top: 3em; margin-bottom:
   3em; overflow: hidden; }
 *  Thread Starter [Gregoryagu](https://wordpress.org/support/users/gregoryagu/)
 * (@gregoryagu)
 * [15 years, 6 months ago](https://wordpress.org/support/topic/modify-theme-so-its-left-aligned/#post-1857814)
 * Great, thanks.
 * Greg

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

The topic ‘Modify theme so it's left aligned’ is closed to new replies.

 * 3 replies
 * 3 participants
 * Last reply from: [Gregoryagu](https://wordpress.org/support/users/gregoryagu/)
 * Last activity: [15 years, 6 months ago](https://wordpress.org/support/topic/modify-theme-so-its-left-aligned/#post-1857814)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
