Title: Help, please, continued
Last modified: August 18, 2016

---

# Help, please, continued

 *  [kpolitzer](https://wordpress.org/support/users/kpolitzer/)
 * (@kpolitzer)
 * [18 years, 7 months ago](https://wordpress.org/support/topic/help-please-continued/)
 * Hi. Sorry to post again but I got no answers and I think I have narrowed down
   what the problem is that someone might be able to help with.
 * I have a blog at [http://politzer.brinkster.net/Blog](http://politzer.brinkster.net/Blog)
   
   that I want to make look like
 * [http://politzer.brinkster.net/Blog.html](http://politzer.brinkster.net/Blog.html)
 * Something about the WordPress code is making that container wider than it should
   be. How do I customize it so that it stops interfering with the sidebar? Thank
   you.

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

 *  [shadow](https://wordpress.org/support/users/shadow/)
 * (@shadow)
 * [18 years, 7 months ago](https://wordpress.org/support/topic/help-please-continued/#post-651865)
 * A couple of things to try.
 * Add the width to your .entry class:
 *     ```
       .entry {
       	background: #ECDB96 url('images/corner.jpg') no-repeat top left;
       	margin: 20px 20px 0 0;
       	padding: 12px;
       width: 530px;
       	}
       ```
   
 * Change the padding in your sidebar ID:
 *     ```
       #sidebar {
       	background: url('images/sidetop.jpg') no-repeat top;
       	padding: 0 0px 40px 0px;
       	margin-top: 202px;
       	}
       ```
   
 * And not sure why you have this div ID and class in place?
 * `<div id="content" class="narrowcolumn">`
 *  Thread Starter [kpolitzer](https://wordpress.org/support/users/kpolitzer/)
 * (@kpolitzer)
 * [18 years, 7 months ago](https://wordpress.org/support/topic/help-please-continued/#post-651866)
 * I will try those things.
    I am not sure where the content and narrowcolumn class
   came from. Thanks.
 *  Thread Starter [kpolitzer](https://wordpress.org/support/users/kpolitzer/)
 * (@kpolitzer)
 * [18 years, 7 months ago](https://wordpress.org/support/topic/help-please-continued/#post-651867)
 * The removal of the sidebar padding helped, but I don’t think “entry” might be
   the right thing. I narrowed the “entry” to 500 px but it’s not doing anything.
 *  Thread Starter [kpolitzer](https://wordpress.org/support/users/kpolitzer/)
 * (@kpolitzer)
 * [18 years, 7 months ago](https://wordpress.org/support/topic/help-please-continued/#post-652086)
 * Maybe the problem is that I have the sidebar info in the header.php?
 * I got rid of the php include sidebar in the index(?) because I wanted to use 
   my own navigation sidebar instead of the WordPress one.
 * Where should I put the sidebar info?

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

The topic ‘Help, please, continued’ is closed to new replies.

## Tags

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

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 4 replies
 * 2 participants
 * Last reply from: [kpolitzer](https://wordpress.org/support/users/kpolitzer/)
 * Last activity: [18 years, 7 months ago](https://wordpress.org/support/topic/help-please-continued/#post-652086)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
