Title: Wrap Issue (I think?)
Last modified: August 19, 2016

---

# Wrap Issue (I think?)

 *  Resolved [kpita](https://wordpress.org/support/users/kpita/)
 * (@kpita)
 * [17 years, 12 months ago](https://wordpress.org/support/topic/wrap-issue-i-think/)
 * Hi, I am trying to go to just a solid background color, so I deleted the default
   image, but it’s still showing up around the edges. I’m not sure how to get rid
   of this? The site is: [http://churchofthecrossaz.com](http://churchofthecrossaz.com)
 * Thank you! Any help is appreciated.
 * Brent

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

 *  Thread Starter [kpita](https://wordpress.org/support/users/kpita/)
 * (@kpita)
 * [17 years, 12 months ago](https://wordpress.org/support/topic/wrap-issue-i-think/#post-767143)
 * Somebody please help!
 *  [csleh](https://wordpress.org/support/users/csleh/)
 * (@csleh)
 * [17 years, 12 months ago](https://wordpress.org/support/topic/wrap-issue-i-think/#post-767151)
 * Take out the background from the wrap in you theme style sheet. You can copy 
   this code to replace the first two styles:
 *     ```
       body {
       	font-size: 10pt;
       	font-family: georgia,times,'times new roman', serif;
       	background: #713600;
       	color: #303324;
       	text-align: left;
       	margin: 0;
       	padding: 0;
       	line-height: 140%;
       	}
       #wrap {
               padding: 0 5px;
               clear: both;
       	width: 960px;
       	margin: 0 auto;
               }
       ```
   
 *  Thread Starter [kpita](https://wordpress.org/support/users/kpita/)
 * (@kpita)
 * [17 years, 12 months ago](https://wordpress.org/support/topic/wrap-issue-i-think/#post-767152)
 * That didn’t seem to work. In fact it made nearly everything go goofy.
 *  [whooami](https://wordpress.org/support/users/whooami/)
 * (@whooami)
 * [17 years, 12 months ago](https://wordpress.org/support/topic/wrap-issue-i-think/#post-767153)
 * well then, you didnt edit your style.css properly, because what he/she gave you
   was the correct advice and there is only ONE change from what you have now.
 * Here it again, with one minor change to set the color.
 *     ```
       body {
       	font-size: 10pt;
       	font-family: georgia,times,'times new roman', serif;
       	background: #713600;
       	color: #303324;
       	text-align: left;
       	margin: 0;
       	padding: 0;
       	line-height: 140%;
       	}
   
       #wrap {
               padding: 0 5px;
               clear: both;
       	width: 960px;
       	margin: 0 auto;
               background: #fff;
               }
       ```
   
 * the `background: #fff;` bit sets the color to white so that it doesnt blend with
   the brown.
 *  Thread Starter [kpita](https://wordpress.org/support/users/kpita/)
 * (@kpita)
 * [17 years, 12 months ago](https://wordpress.org/support/topic/wrap-issue-i-think/#post-767195)
 * Thank you. That works for fixing the wrap issue but it makes the middle smaller
   sidebar disappear. What am I doing wrong?
 *  [whooami](https://wordpress.org/support/users/whooami/)
 * (@whooami)
 * [17 years, 12 months ago](https://wordpress.org/support/topic/wrap-issue-i-think/#post-767198)
 * the middle smaller sidebar is part of the image that was removed above.
 * [http://churchofthecrossaz.com/wp-content/themes/Zeke-Personal/Zeke10/images/zekebg.gif](http://churchofthecrossaz.com/wp-content/themes/Zeke-Personal/Zeke10/images/zekebg.gif)
 *  Thread Starter [kpita](https://wordpress.org/support/users/kpita/)
 * (@kpita)
 * [17 years, 12 months ago](https://wordpress.org/support/topic/wrap-issue-i-think/#post-767201)
 * Ahhhh, why didn’t I check the image first?! Thank you. Just replaced that image.
   Thank you.

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

The topic ‘Wrap Issue (I think?)’ is closed to new replies.

## Tags

 * ["background-image"](https://wordpress.org/support/topic-tag/background-image/)
 * [wrap](https://wordpress.org/support/topic-tag/wrap/)

 * 7 replies
 * 3 participants
 * Last reply from: [kpita](https://wordpress.org/support/users/kpita/)
 * Last activity: [17 years, 12 months ago](https://wordpress.org/support/topic/wrap-issue-i-think/#post-767201)
 * Status: resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
