Title: Sidebar delete
Last modified: September 1, 2016

---

# Sidebar delete

 *  [bertjamin](https://wordpress.org/support/users/bertjamin/)
 * (@bertjamin)
 * [9 years, 9 months ago](https://wordpress.org/support/topic/sidebar-delete/)
 * Hi there,
 * I’m using the theme ‘Tuto’. I would like to remove the sidebar completely. I 
   cannot find a way how to get rid of it. So please can somepne tell me how to 
   delete the sidebar? You can find my site here:
    [http://www.hovestein.nl](http://www.hovestein.nl)
 * Thanks in advance!!!
    Bert

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

 *  [Jacob Peattie](https://wordpress.org/support/users/jakept/)
 * (@jakept)
 * [9 years, 9 months ago](https://wordpress.org/support/topic/sidebar-delete/#post-7614993)
 * Doesn’t look like Tuto has an option to turn it off, so you’ll need to do it 
   with CSS. Install a Custom CSS plugin, eg. [https://wordpress.org/plugins/simple-custom-css/](https://wordpress.org/plugins/simple-custom-css/)
 * Then add this:
 *     ```
       .mh-wrapper #main-content {
           float: none;
           width: auto;
           margin-right: 0;
           margin-left: 0;
       }
   
       .mh-sidebar {
           display: none;
       }
       ```
   
 *  Thread Starter [bertjamin](https://wordpress.org/support/users/bertjamin/)
 * (@bertjamin)
 * [9 years, 9 months ago](https://wordpress.org/support/topic/sidebar-delete/#post-7615005)
 * Thanks a bunch Jake! That did the trick. You just made my day…

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

The topic ‘Sidebar delete’ is closed to new replies.

## Tags

 * [delete](https://wordpress.org/support/topic-tag/delete/)
 * [remove](https://wordpress.org/support/topic-tag/remove/)
 * [sidebar](https://wordpress.org/support/topic-tag/sidebar/)

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 2 replies
 * 2 participants
 * Last reply from: [bertjamin](https://wordpress.org/support/users/bertjamin/)
 * Last activity: [9 years, 9 months ago](https://wordpress.org/support/topic/sidebar-delete/#post-7615005)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
