Title: Color Margin
Last modified: August 20, 2016

---

# Color Margin

 *  [aasbd](https://wordpress.org/support/users/aasbd/)
 * (@aasbd)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/color-margin/)
 * How can I change the left and right margin of my site? [http://www.aas-bd.com](http://www.aas-bd.com).
   Any help will be appreciated.

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

 *  [Daiv Mowbray](https://wordpress.org/support/users/daiv/)
 * (@daiv)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/color-margin/#post-3387731)
 * file: [http://www.aas-bd.com/wp-content/themes/twentyelvenchildtheme/style.css](http://www.aas-bd.com/wp-content/themes/twentyelvenchildtheme/style.css)
   
   line: 119
 *     ```
       #page {
           background-color: #D3D6D7;
           margin: 0 auto;
           max-width: 1024px;
       }
       ```
   
 * change the auto to 8% or 100px or 1.2em
    as for the color of the margins, you
   can change this in your admin – appearance – theme setting / background
 *  Thread Starter [aasbd](https://wordpress.org/support/users/aasbd/)
 * (@aasbd)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/color-margin/#post-3387825)
 * By keeping auto is it possible to change the background margin color?
 *  [Daiv Mowbray](https://wordpress.org/support/users/daiv/)
 * (@daiv)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/color-margin/#post-3387831)
 * background margin color does not exist.
    use:
 *     ```
       body {
           background-color: blue;
       }
       ```
   
 * or what ever color you want.
    HTH
 *  Thread Starter [aasbd](https://wordpress.org/support/users/aasbd/)
 * (@aasbd)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/color-margin/#post-3387833)
 * Actually I mean page margin color. I changed it into #4012a2; from theme option.
   but it does not work. Still it looks like white.
 *  [Daiv Mowbray](https://wordpress.org/support/users/daiv/)
 * (@daiv)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/color-margin/#post-3387837)
 * **margin color does not exist**
    Your page has this in its header:
 *     ```
       <style type="text/css" id="custom-background-css">
       body.custom-background { background-color: #f1f1f1; }
       </style>
       ```
   
 * so that’s either your theme or a plugin.
    If you are editing the css in your 
   theme settings page, found at appearance – background / theme options if there
   is one. This would be added by a plugin.
 * If you have a back up of your wp-content folder on a local machine, you could
   do an in file search for “custom-background-css” if you don’t know where this
   style is being added from.
 * HTH
 *  [Andrew Nevins](https://wordpress.org/support/users/anevins/)
 * (@anevins)
 * WCLDN 2018 Contributor | Volunteer support
 * [13 years, 3 months ago](https://wordpress.org/support/topic/color-margin/#post-3387841)
 * Aasbd, you can ask as many CSS questions as you like in CSS forums such as;
    
   [http://csscreator.com/forum](http://csscreator.com/forum) [http://www.cssforum.com.pk/](http://www.cssforum.com.pk/)
   [http://css-tricks.com/forums/](http://css-tricks.com/forums/) [http://www.welovecss.com/](http://www.welovecss.com/)
   [http://www.codingforums.com/](http://www.codingforums.com/)
 * WordPress.org forums are meant to be for WordPress.org support.

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

The topic ‘Color Margin’ is closed to new replies.

 * 6 replies
 * 3 participants
 * Last reply from: [Andrew Nevins](https://wordpress.org/support/users/anevins/)
 * Last activity: [13 years, 3 months ago](https://wordpress.org/support/topic/color-margin/#post-3387841)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
