Title: Single Post Modifications
Last modified: August 20, 2016

---

# Single Post Modifications

 *  Resolved [thegameison](https://wordpress.org/support/users/thegameison/)
 * (@thegameison)
 * [13 years, 8 months ago](https://wordpress.org/support/topic/single-post-modifications/)
 * I recently removed the sidepar from my single post file and now I am trying to
   figure out how to center the content like it is in Twenty 11.
 * Here is my demo: [http://thefunions.com/6/tim-tebows-2012-backup-second-string-for-the-second-coming/](http://thefunions.com/6/tim-tebows-2012-backup-second-string-for-the-second-coming/)
 * Thanks!

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

 *  [WPyogi](https://wordpress.org/support/users/wpyogi/)
 * (@wpyogi)
 * [13 years, 8 months ago](https://wordpress.org/support/topic/single-post-modifications/#post-3120360)
 * Add this to your style.css file:
 *     ```
       div#content_wrap {
           float: none;
           margin: 0 auto;
       }
       ```
   
 *  Thread Starter [thegameison](https://wordpress.org/support/users/thegameison/)
 * (@thegameison)
 * [13 years, 8 months ago](https://wordpress.org/support/topic/single-post-modifications/#post-3120388)
 * That worked but it also did that on my homepage, which is not what I want. I 
   only want that change to take effect on single post pages.
 *  [WPyogi](https://wordpress.org/support/users/wpyogi/)
 * (@wpyogi)
 * [13 years, 8 months ago](https://wordpress.org/support/topic/single-post-modifications/#post-3120390)
 * Okay, try changing the above to:
 *     ```
       .single-post div#content_wrap {
           float: none;
           margin: 0 auto;
       ```
   
 *  Thread Starter [thegameison](https://wordpress.org/support/users/thegameison/)
 * (@thegameison)
 * [13 years, 8 months ago](https://wordpress.org/support/topic/single-post-modifications/#post-3120391)
 * Sweet! It worked! Now let me ask you this: How would I go about making it so 
   where images are one size on the front page and another on the single post page?
 * For instance, I need my images to be 610x wide on the front page because there
   is a sidebar. But on the single post pages I want it to be a bit bigger because
   there is no sidebar and it would make the posts feel more like features.
 *  [WPyogi](https://wordpress.org/support/users/wpyogi/)
 * (@wpyogi)
 * [13 years, 8 months ago](https://wordpress.org/support/topic/single-post-modifications/#post-3120392)
 * Unless your theme automatically resizes images, it should not be a problem – 
   just upload the size that you want. Be sure it’s not wider than the content section,
   though, or it will likely have problems. I’m not familiar with that theme, so
   I can’t say more specifically.
 * Or do you mean you want then entire content section on the single-pages to be
   wider?
 *  Thread Starter [thegameison](https://wordpress.org/support/users/thegameison/)
 * (@thegameison)
 * [13 years, 8 months ago](https://wordpress.org/support/topic/single-post-modifications/#post-3120402)
 * My theme does automatically re-size images

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

The topic ‘Single Post Modifications’ is closed to new replies.

 * 6 replies
 * 2 participants
 * Last reply from: [thegameison](https://wordpress.org/support/users/thegameison/)
 * Last activity: [13 years, 8 months ago](https://wordpress.org/support/topic/single-post-modifications/#post-3120402)
 * Status: resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
