Title: Hide Sidebar(s)
Last modified: August 19, 2016

---

# Hide Sidebar(s)

 *  [Lizbit](https://wordpress.org/support/users/lizbit/)
 * (@lizbit)
 * [16 years, 11 months ago](https://wordpress.org/support/topic/hide-sidebars/)
 * [http://www.duerksenturkeyfarm.com/](http://www.duerksenturkeyfarm.com/)
 * Would like to hide the sidebar (recent posts and popular posts) on left, in the
   theme. I don’t want to delete them, just hide.
 * Also, at the bottom of the page, there is a left, middle and right side bar. 
   Black background, with the text. I don’t mind the black boxes but would like 
   to actually delete the text that is in them.
 * Not sure which PHP files I need to edit, in either of these two questions.
 * Thanks much!

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

 *  [stvwlf](https://wordpress.org/support/users/stvwlf/)
 * (@stvwlf)
 * [16 years, 11 months ago](https://wordpress.org/support/topic/hide-sidebars/#post-1059772)
 * Hi
 * > Would like to hide the sidebar (recent posts and popular posts) on left, in
   > the theme. I don’t want to delete them, just hide.
 * in /wp-content/themes/{themename}/style.css, find on line 826
 *     ```
       #sidebar-left {
       display:inline;
       float:left;
       margin-left:2px;
       overflow:auto;
       width:135px;
       }
       ```
   
 * change display: inline to display: none;
    left sidebar will no longer display
 * > Also, at the bottom of the page, there is a left, middle and right side bar.
   > Black background, with the text. I don’t mind the black boxes but would like
   > to actually delete the text that is in them.
 *  on line 1078 same file find
 *     ```
       #footerleft, #footermiddle {
       float:left;
       padding:10px;
       width:280px;
       }
       ```
   
 * between the brackets, add a line display: none
    left & middle columns will no
   longer appear
 * on line 1088 find
 *     ```
       #footerright {
       float:right;
       padding:10px;
       width:280px;
       }
       ```
   
 * between the brackets, add a line display: none
    right column will no longer appear
 *  Thread Starter [Lizbit](https://wordpress.org/support/users/lizbit/)
 * (@lizbit)
 * [16 years, 11 months ago](https://wordpress.org/support/topic/hide-sidebars/#post-1059821)
 * Where do we send the cookies????
 * xoxoxoxoxoxo Thank you!

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

The topic ‘Hide Sidebar(s)’ is closed to new replies.

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 2 replies
 * 2 participants
 * Last reply from: [Lizbit](https://wordpress.org/support/users/lizbit/)
 * Last activity: [16 years, 11 months ago](https://wordpress.org/support/topic/hide-sidebars/#post-1059821)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
