Title: Sidebar empty
Last modified: August 30, 2016

---

# Sidebar empty

 *  Resolved [matthieugodts](https://wordpress.org/support/users/matthieugodts/)
 * (@matthieugodts)
 * [10 years, 5 months ago](https://wordpress.org/support/topic/sidebar-empty/)
 * Hello
 * I have another question.
    In a specific page on my website i’d like not to show
   any widgets.
 * So with the visibility tool i ask to do so, but, automatically some random widgets
   appears.
    Do you have any solutions for this little problem. Is there a possibility
   on a specific page to not display the widget area ?
 * Cheers

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

 *  [Faycal Boutam](https://wordpress.org/support/users/faycal-boutam/)
 * (@faycal-boutam)
 * [10 years, 5 months ago](https://wordpress.org/support/topic/sidebar-empty/#post-6867751)
 * Yes you can, when you create a new page, make sure you select the No Sidebar 
   template
 * > [View post on imgur.com](https://imgur.com/iFWPiJC)
 *  Thread Starter [matthieugodts](https://wordpress.org/support/users/matthieugodts/)
 * (@matthieugodts)
 * [10 years, 5 months ago](https://wordpress.org/support/topic/sidebar-empty/#post-6867799)
 * Yes indeed i can ask to have a template without sidebar.
 * But my problem is a bit different.
    I have a widget on a sidebar and a widget
   on the subsidiary area.
 * I have a page where I want my widget on the subsidiary, so i choose the template
   without sidebar, perfect.
    But I also have a page where a want my widget on the
   sidebar, and no widget on the subsidiary area.
 * So I ask the widget on the subsidiary area to be invisible via the visibility
   settings. Then, the template show by default four random widget..
 * I try to explain it clearly:) Dou you understand?
    If you know a solution or 
   a trick to could help me, I’ll be glad to learn it:)
 *  [Faycal Boutam](https://wordpress.org/support/users/faycal-boutam/)
 * (@faycal-boutam)
 * [10 years, 5 months ago](https://wordpress.org/support/topic/sidebar-empty/#post-6867822)
 * Yes I do understand you, but I don’t think that’s possible in this theme
 *  Theme Author [Sami Keijonen](https://wordpress.org/support/users/samikeijonen/)
 * (@samikeijonen)
 * [10 years, 5 months ago](https://wordpress.org/support/topic/sidebar-empty/#post-6867882)
 * If nothing else you can always hide Footer widget area with CSS. When you look
   at the body classes every page unique class like `page-id-2704`.
 * So you could hide that page footer widgets like this:
 *     ```
       .page-id-2704 .sidebar-subsidiary {
       display: none;
       }
       ```
   
 *  Thread Starter [matthieugodts](https://wordpress.org/support/users/matthieugodts/)
 * (@matthieugodts)
 * [10 years, 5 months ago](https://wordpress.org/support/topic/sidebar-empty/#post-6868089)
 * yep
    good idea it worked
 * thank you very much:)

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

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

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

 * 5 replies
 * 3 participants
 * Last reply from: [matthieugodts](https://wordpress.org/support/users/matthieugodts/)
 * Last activity: [10 years, 5 months ago](https://wordpress.org/support/topic/sidebar-empty/#post-6868089)
 * Status: resolved