Title: REMOVING sidebars/padding
Last modified: August 19, 2016

---

# REMOVING sidebars/padding

 *  [dvac85](https://wordpress.org/support/users/dvac85/)
 * (@dvac85)
 * [17 years, 8 months ago](https://wordpress.org/support/topic/removing-sidebarspadding/)
 * i removed a standard sidebar from a theme and think i removed all associated 
   code, but main text is still within the confines as if sidebar were sill present.
 * [http://www.chelseamar.com](http://www.chelseamar.com)
    any ideas???
 * thanks!

Viewing 1 replies (of 1 total)

 *  [equaldesign](https://wordpress.org/support/users/equaldesign/)
 * (@equaldesign)
 * [17 years, 8 months ago](https://wordpress.org/support/topic/removing-sidebarspadding/#post-857591)
 * You still have div id=”content” at 519px. Change the conent style in the stylesheet(
   line 99) to look like this:
 *     ```
       #content {
       color:#656565;
       display:inline;
       float:left;
       font-size:100%;
       line-height:1.5em;
       text-align:left;
       width:770px;
       margin:15px 0 0 14px;
       padding:5px 0 14px;
       border:0px #ccc solid;
       }
       ```
   
 * 770px is the width of the container it sits in and therefore this will make it
   the right width.

Viewing 1 replies (of 1 total)

The topic ‘REMOVING sidebars/padding’ is closed to new replies.

## Tags

 * [css editing](https://wordpress.org/support/topic-tag/css-editing/)
 * [Removing](https://wordpress.org/support/topic-tag/removing/)
 * [sidebar](https://wordpress.org/support/topic-tag/sidebar/)

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 1 reply
 * 2 participants
 * Last reply from: [equaldesign](https://wordpress.org/support/users/equaldesign/)
 * Last activity: [17 years, 8 months ago](https://wordpress.org/support/topic/removing-sidebarspadding/#post-857591)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
