Title: Margins help please
Last modified: August 18, 2016

---

# Margins help please

 *  [mikemorin](https://wordpress.org/support/users/mikemorin/)
 * (@mikemorin)
 * [19 years, 11 months ago](https://wordpress.org/support/topic/margins-help-please/)
 * I’m wondering how would I set my blog to only have margins to the left and right
   and not the top?
 * the current code is
 * #page {
    background-color: white; margin: 20px; auto; padding: 0; width: 744px;
   border: 1px solid #959596; }
 * I know the auto makes the margin on every side, but is there a way to delete 
   the top part? thanks

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

 *  [vavroom](https://wordpress.org/support/users/vavroom/)
 * (@vavroom)
 * [19 years, 11 months ago](https://wordpress.org/support/topic/margins-help-please/#post-414691)
 * margin: 0 1em 3em 1em;
 * Gives 0 on top, 1em on right, 3em on bottom, and 1em on left.
 * It goes clockwise, and always starts from “noon”.
 * Alternatively, you may say:
    margin-top: 0;
 *  Thread Starter [mikemorin](https://wordpress.org/support/users/mikemorin/)
 * (@mikemorin)
 * [19 years, 11 months ago](https://wordpress.org/support/topic/margins-help-please/#post-414693)
 * Thanks. that solved the top part. now the 2 sides are uneven. Take a look
 * [http://www.awesomeguitarlessons.com/blog/](http://www.awesomeguitarlessons.com/blog/)
 *  [vavroom](https://wordpress.org/support/users/vavroom/)
 * (@vavroom)
 * [19 years, 11 months ago](https://wordpress.org/support/topic/margins-help-please/#post-414696)
 * well, I was giving an *example*. You have to set the values you want. And to 
   decide what value goes where, you use the “clock” analogy I gave.

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

The topic ‘Margins help please’ is closed to new replies.

## Tags

 * [margins](https://wordpress.org/support/topic-tag/margins/)

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 3 replies
 * 2 participants
 * Last reply from: [vavroom](https://wordpress.org/support/users/vavroom/)
 * Last activity: [19 years, 11 months ago](https://wordpress.org/support/topic/margins-help-please/#post-414696)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
