Title: Simple Twety Ten Layout Problem
Last modified: August 19, 2016

---

# Simple Twety Ten Layout Problem

 *  [abisti](https://wordpress.org/support/users/abisti/)
 * (@abisti)
 * [15 years, 4 months ago](https://wordpress.org/support/topic/simple-twety-ten-layout-problem/)
 * [http://rippedandtorn.co.uk/issues/issue-4/](http://rippedandtorn.co.uk/issues/issue-4/)
 * Background pic: [http://rippedandtorn.co.uk/images/bgcross.jpg](http://rippedandtorn.co.uk/images/bgcross.jpg)
 * For some reason, adding a background pic to #main sees to push the right hand
   column down as though one of the columns has become too wide. Remove the background
   url and all is fine – can anybody help please?

Viewing 1 replies (of 1 total)

 *  [Michael](https://wordpress.org/support/users/alchymyth/)
 * (@alchymyth)
 * [15 years, 4 months ago](https://wordpress.org/support/topic/simple-twety-ten-layout-problem/#post-1846108)
 * you must have done other changes at the same time:
    for instance here:
 *     ```
       #container {
       	float: left;
       	margin: 30 -240px 0 0;
       	width: 100%;
       }
       ```
   
 * needs to be `30px`
 * also see:
    [http://jigsaw.w3.org/css-validator/validator?uri=http%3A%2F%2Frippedandtorn.co.uk%2Fissues%2Fissue-4%2F&profile=css3&usermedium=all&warning=1&lang=en](http://jigsaw.w3.org/css-validator/validator?uri=http%3A%2F%2Frippedandtorn.co.uk%2Fissues%2Fissue-4%2F&profile=css3&usermedium=all&warning=1&lang=en)
 * there is another error here (without any visible effect):
 *     ```
       #wrapper {
       	background: #fff;
       	margin-top: 20px;
       	padding: 0 20px;
       	background-image: bgcross.jpg;
       	background-image: url(http://rippedandtorn.co.uk/images/bgcross.jpg);
       }
       ```
   
 * remove this: `background-image: bgcross.jpg;`
 * **btw**:
    twenty ten as the default theme of wp3 will be overwritten with the
   next update of wordpress, and all modifications will be lost. therefore it is
   advised to create a child theme: [http://codex.wordpress.org/Child_Themes](http://codex.wordpress.org/Child_Themes)

Viewing 1 replies (of 1 total)

The topic ‘Simple Twety Ten Layout Problem’ is closed to new replies.

## Tags

 * [layout](https://wordpress.org/support/topic-tag/layout/)
 * [problem](https://wordpress.org/support/topic-tag/problem/)
 * [twenty ten](https://wordpress.org/support/topic-tag/twenty-ten/)

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 1 reply
 * 2 participants
 * Last reply from: [Michael](https://wordpress.org/support/users/alchymyth/)
 * Last activity: [15 years, 4 months ago](https://wordpress.org/support/topic/simple-twety-ten-layout-problem/#post-1846108)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
