Title: Remove sidebar under things
Last modified: August 30, 2016

---

# Remove sidebar under things

 *  [nilbu](https://wordpress.org/support/users/nilbu/)
 * (@nilbu)
 * [10 years, 11 months ago](https://wordpress.org/support/topic/remove-sidebar-under-things/)
 * Hello! Please help resolve problems.
 * I want to remove the sidebar from the pages of the store. I managed to make width
   100%, but the sidebar slid down under the things.
 * And yet, yamskoster, help, please remove the sidebar from the page of the blog
   without a plugin. As soon as I get enough income, I will certainly purchase something
   plugin)
 * Here link to [my shop](http://handbird.kz/category/painting/canvas-prints/) (
   roll down)
    Here link to [my blog](http://handbird.kz/blog/) (sidebar right)
 * thank you very much!

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

 *  [James Koster](https://wordpress.org/support/users/jameskoster/)
 * (@jameskoster)
 * [10 years, 11 months ago](https://wordpress.org/support/topic/remove-sidebar-under-things/#post-6289819)
 * Hey,
 * To remove the sidebar on shop pages, try something like this:
 *     ```
       add_action( 'init', 'jk_remove_sidebar' );
       function jk_remove_sidebar() {
       if ( is_shop() || is_product_taxonomy() || is_product_category() || is_product_tag() ) {
       remove_action( 'storefront_sidebar',			'storefront_get_sidebar',			10 );
       }
       }
       ```
   
 * I recommend adding any customisations using our Theme Customisations plugin: 
   [https://github.com/woothemes/theme-customisations](https://github.com/woothemes/theme-customisations)
 * Cheers!
 *  Thread Starter [nilbu](https://wordpress.org/support/users/nilbu/)
 * (@nilbu)
 * [10 years, 11 months ago](https://wordpress.org/support/topic/remove-sidebar-under-things/#post-6289882)
 * Hey, I don’t know why, but the code doesn’t work. My site is crash((
 *  [James Koster](https://wordpress.org/support/users/jameskoster/)
 * (@jameskoster)
 * [10 years, 11 months ago](https://wordpress.org/support/topic/remove-sidebar-under-things/#post-6289932)
 * I just tested the code, it works fine. Where did you add it?
 *  Thread Starter [nilbu](https://wordpress.org/support/users/nilbu/)
 * (@nilbu)
 * [10 years, 11 months ago](https://wordpress.org/support/topic/remove-sidebar-under-things/#post-6290007)
 * jameskoster, in theme – to functions
 *  [James Koster](https://wordpress.org/support/users/jameskoster/)
 * (@jameskoster)
 * [10 years, 11 months ago](https://wordpress.org/support/topic/remove-sidebar-under-things/#post-6290008)
 * Not sure what to suggest, it definitely works. Could you paste the contents of
   your functions.php file?
 * We recommend making code tweaks like this in our Theme Customisations plugin,
   FYI: [https://github.com/woothemes/theme-customisations](https://github.com/woothemes/theme-customisations)
 * If you leave them in the Storefront functions.php file they will be overwritten
   when you update the theme.
 *  Thread Starter [nilbu](https://wordpress.org/support/users/nilbu/)
 * (@nilbu)
 * [10 years, 11 months ago](https://wordpress.org/support/topic/remove-sidebar-under-things/#post-6290009)
 * I added, but still sidebar under – [http://handbird.kz/category/painting/](http://handbird.kz/category/painting/)
 *  [James Koster](https://wordpress.org/support/users/jameskoster/)
 * (@jameskoster)
 * [10 years, 11 months ago](https://wordpress.org/support/topic/remove-sidebar-under-things/#post-6290016)
 * Please paste the contents of your functions.php file. The code definitely works,
   so it must be being ignored for some reason. If I can see your functions.php 
   file I might be able to tell why.
 * FYI you can set full width shop pages via the Customizer, without touching any
   code using our [Storefront WooCommerce Customizer](http://www.woothemes.com/products/storefront-woocommerce-customiser/)
   extension.
 *  Thread Starter [nilbu](https://wordpress.org/support/users/nilbu/)
 * (@nilbu)
 * [10 years, 11 months ago](https://wordpress.org/support/topic/remove-sidebar-under-things/#post-6290026)
 * jameskoster, I added. You can check. But sidebar still is under, for example 
   here [http://handbird.kz/shop/](http://handbird.kz/shop/)
 *  [James Koster](https://wordpress.org/support/users/jameskoster/)
 * (@jameskoster)
 * [10 years, 11 months ago](https://wordpress.org/support/topic/remove-sidebar-under-things/#post-6290029)
 * Hi.
 * Paste the contents of your functions.php file.
 * I can’t help without seeing it.
 * Alternatively use our [Storefront WooCommerce Customiser](http://www.woothemes.com/products/storefront-woocommerce-customiser/)
   extension.

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

The topic ‘Remove sidebar under things’ is closed to new replies.

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

 * 9 replies
 * 2 participants
 * Last reply from: [James Koster](https://wordpress.org/support/users/jameskoster/)
 * Last activity: [10 years, 11 months ago](https://wordpress.org/support/topic/remove-sidebar-under-things/#post-6290029)
 * Status: not resolved