Title: remove side bar.
Last modified: August 19, 2016

---

# remove side bar.

 *  Resolved [rsaldana2008](https://wordpress.org/support/users/rsaldana2008/)
 * (@rsaldana2008)
 * [17 years, 6 months ago](https://wordpress.org/support/topic/remove-side-bar/)
 * I was wondering how I can completely remove the sidebar on the right?
 * my site is at [http://www.thegoldenswing.com](http://www.thegoldenswing.com)
 * Thanks!!

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

 *  [WebDev WaxLotus LLC](https://wordpress.org/support/users/musnake/)
 * (@musnake)
 * [17 years, 6 months ago](https://wordpress.org/support/topic/remove-side-bar/#post-895678)
 * The sidebar code (or plural if your theme supports multiple sidebars) will be
   invoked in several different files depending on your theme.
 * In your theme folder, edit the index.php file and delete the div called ‘sidebar’(
   or everything in between that div’s opening and closing tags)
 * One of your theme’s files:
 *     ```
       <body>
         <div id="wrapper">
           <div id="page">
             <div id="header"></div>
             <div id="main">
                <div id="content"></div>
   
                <div id="sidebar">
                     <div class="sidebar-box"></div>
                     <div class="sidebar-box"></div>
                     <div class="sidebar-box"></div>
                     <div class="sidebar-box"></div>
                </div>
   
               <div class="clear"/></div>
             <div id="footer">
       ...
       ```
   
 * would become
 *     ```
       <body>
         <div id="wrapper">
           <div id="page">
             <div id="header"></div>
             <div id="main">
                <div id="content"></div>
               <div class="clear"/></div>
             <div id="footer">
       ...
       ```
   
 * You could search your theme files for all instances of ‘sidebar’…
 *  Thread Starter [rsaldana2008](https://wordpress.org/support/users/rsaldana2008/)
 * (@rsaldana2008)
 * [17 years, 6 months ago](https://wordpress.org/support/topic/remove-side-bar/#post-895856)
 * Great!!
 * your so awesome musnake!!
 * By the way…is there a way I can center the post? and take out the comments?
 *  Thread Starter [rsaldana2008](https://wordpress.org/support/users/rsaldana2008/)
 * (@rsaldana2008)
 * [17 years, 6 months ago](https://wordpress.org/support/topic/remove-side-bar/#post-895858)
 * actually…
 * I changed my theme again because I found the other one wasn’t going to accomplish
   what i needed. I finally made up my mind after 10 tries? ..ahaha
 * Thanks for your help!!

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

The topic ‘remove side bar.’ is closed to new replies.

 * 3 replies
 * 2 participants
 * Last reply from: [rsaldana2008](https://wordpress.org/support/users/rsaldana2008/)
 * Last activity: [17 years, 6 months ago](https://wordpress.org/support/topic/remove-side-bar/#post-895858)
 * Status: resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
