Title: Single Sidebar
Last modified: August 21, 2016

---

# Single Sidebar

 *  [yandoos](https://wordpress.org/support/users/yandoos/)
 * (@yandoos)
 * [12 years, 4 months ago](https://wordpress.org/support/topic/single-sidebar/)
 * I’m just testing out this theme and notice it has 2 sidebars by default. If I
   remove all the widgets from one of the sidebars it still appears wih default 
   widgets in. Can this theme work with just one sidebar? If so how do I do this
   please?
 * Thanks

Viewing 1 replies (of 1 total)

 *  [jsnowbusiness](https://wordpress.org/support/users/jsnowbusiness/)
 * (@jsnowbusiness)
 * [11 years, 10 months ago](https://wordpress.org/support/topic/single-sidebar/#post-4632324)
 * Have you tried putting a blank Text widget in the sidebar? Some times this works
   with themes with extra sidebars and menus – just put something blank in it
 * I know this is an old topic, but if you are still trying to use the theme – give
   it a shot. If putting a blank text widget in the sidebar still outputs a sidebar,
   just with nothing in it, you could just add some CSS to the theme’s settings 
   page to completely hide it.
 *     ```
       #secondary {
           overflow: hidden !important;
           visibility: hidden !important;
           width: 0px !important;
       }
       ```
   
 * That will do it…

Viewing 1 replies (of 1 total)

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

 * ![](https://i0.wp.com/themes.svn.wordpress.org/reizend/1.0.1/screenshot.png)
 * Reizend
 * [Support Threads](https://wordpress.org/support/theme/reizend/)
 * [Active Topics](https://wordpress.org/support/theme/reizend/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/reizend/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/reizend/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [jsnowbusiness](https://wordpress.org/support/users/jsnowbusiness/)
 * Last activity: [11 years, 10 months ago](https://wordpress.org/support/topic/single-sidebar/#post-4632324)
 * Status: not resolved