Title: Need CSS margin help
Last modified: August 21, 2016

---

# Need CSS margin help

 *  [bruceyboy](https://wordpress.org/support/users/bruceyboy/)
 * (@bruceyboy)
 * [12 years, 4 months ago](https://wordpress.org/support/topic/margin-help-needed-desperatly/)
 * _[Moderator note: In future please don’t uppercase your sentences]_
 * Hey,
 * Im really embarrassed to ask this as im sure it really simple, but I just need
   some help, so any advice if much appreciated! I am a novice and will need your
   help in the simplest terms possible, thank you very much.
 * Locketclothing.com
 * There are two issues:
 * 1. The margins of all the pages need to be ajusted, and im sturggling with how
   to do this, as I am a complete novice. I need the pages centred with equal margins
   either side. I also wanted the page to be 4 images wide.
 * 2. The text on the products page, as you can see it is in a very narrow column
   down the page, I need to adjust this. The same applies for the ‘About’ page.
 * Any help is a lifeline, Thank you!
 * Bruce

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

 *  [bemdesign](https://wordpress.org/support/users/bemdesign/)
 * (@bemdesign)
 * [12 years, 4 months ago](https://wordpress.org/support/topic/margin-help-needed-desperatly/#post-4611786)
 * Read up on CSS.
 * Then get yourself either a [child theme](http://codex.wordpress.org/Child_Themes)
   or a plugin that allows you to modify the stylesheet ([http://wordpress.org/plugins/search.php?q=custom+css&sort=](http://wordpress.org/plugins/search.php?q=custom+css&sort=)–
   find one that’s well rated and up-to-date) and start to create your own custom
   styles.
 * Looking at your existing stylesheet, you probably want to do something like this:
 *     ```
       #single-content{
       min-width:300px;
       max-width:1024px;
       margin:0 auto;
       }
       ```
   
 * Min-width is the minimum width the id=”single-content” (that’s what #single-content
   means in CSS) will collapse down to. Max-width should be pretty obvious. Margin
   is set to 0 on top and bottom and ‘auto’ on left and right. This forces the div
   to be centered in the window (if the div has a width or max-width specified).
 * Hope this helps.
 *  Thread Starter [bruceyboy](https://wordpress.org/support/users/bruceyboy/)
 * (@bruceyboy)
 * [12 years, 4 months ago](https://wordpress.org/support/topic/margin-help-needed-desperatly/#post-4611847)
 * Okay thank you, I’ll have a go at that.
 * All the best,

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

The topic ‘Need CSS margin help’ is closed to new replies.

## Tags

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

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 2 replies
 * 2 participants
 * Last reply from: [bruceyboy](https://wordpress.org/support/users/bruceyboy/)
 * Last activity: [12 years, 4 months ago](https://wordpress.org/support/topic/margin-help-needed-desperatly/#post-4611847)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
