Title: billywup's Replies | WordPress.org

---

# billywup

  [  ](https://wordpress.org/support/users/billywup/)

 *   [Profile](https://wordpress.org/support/users/billywup/)
 *   [Topics Started](https://wordpress.org/support/users/billywup/topics/)
 *   [Replies Created](https://wordpress.org/support/users/billywup/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/billywup/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/billywup/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/billywup/engagements/)
 *   [Favorites](https://wordpress.org/support/users/billywup/favorites/)

 Search replies:

## Forum Replies Created

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

 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Storefront] Remove sidebar from all woocommerce pages](https://wordpress.org/support/topic/remove-sidebar-from-all-woocommerce-pages-1/)
 *  Thread Starter [billywup](https://wordpress.org/support/users/billywup/)
 * (@billywup)
 * [9 years, 10 months ago](https://wordpress.org/support/topic/remove-sidebar-from-all-woocommerce-pages-1/#post-7623817)
 * [@james](https://wordpress.org/support/users/james/) Koster This seems to have
   done the trick! Thank you!
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Storefront] Remove sidebar from all woocommerce pages](https://wordpress.org/support/topic/remove-sidebar-from-all-woocommerce-pages-1/)
 *  Thread Starter [billywup](https://wordpress.org/support/users/billywup/)
 * (@billywup)
 * [9 years, 10 months ago](https://wordpress.org/support/topic/remove-sidebar-from-all-woocommerce-pages-1/#post-7623816)
 * Will try your reccomendations guys bare with me!
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Storefront] Remove sidebar from all woocommerce pages](https://wordpress.org/support/topic/remove-sidebar-from-all-woocommerce-pages-1/)
 *  Thread Starter [billywup](https://wordpress.org/support/users/billywup/)
 * (@billywup)
 * [9 years, 10 months ago](https://wordpress.org/support/topic/remove-sidebar-from-all-woocommerce-pages-1/#post-7623815)
 * I have added the following to the PHP functions file:
 *     ```
       add_action( 'get_header', 'remove_storefront_sidebar' );
   
       function remove_storefront_sidebar() {
       	if ( is_product() ) {
       		remove_action( 'storefront_sidebar', 'storefront_get_sidebar',			10 );
       	}
       }
       ```
   
 * and the following to CSS file:
 *     ```
       body.woocommerce #primary { width: 100%; }
   
       body.woocommerce.single-product #primary { width: 100 %; }
       ```
   
 * The effect is that sidebar seems to be completely removed from single product
   page, but moved downwards in other woocommerce pages. I cant tell if the PHP 
   additions are having any effect at all :S
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Storefront] Remove sidebar from all woocommerce pages](https://wordpress.org/support/topic/remove-sidebar-from-all-woocommerce-pages-1/)
 *  Thread Starter [billywup](https://wordpress.org/support/users/billywup/)
 * (@billywup)
 * [9 years, 10 months ago](https://wordpress.org/support/topic/remove-sidebar-from-all-woocommerce-pages-1/#post-7623812)
 * [@alex](https://wordpress.org/support/users/alex/) I added your code and it seems
   to work only for the shop page 🙁 I want to reproduce that effect for my entire
   website
 * [@pip](https://wordpress.org/support/users/pip/) Thanks for your input, it does
   not seem to get the job done :'(
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Storefront] Remove sidebar from all woocommerce pages](https://wordpress.org/support/topic/remove-sidebar-from-all-woocommerce-pages-1/)
 *  Thread Starter [billywup](https://wordpress.org/support/users/billywup/)
 * (@billywup)
 * [9 years, 10 months ago](https://wordpress.org/support/topic/remove-sidebar-from-all-woocommerce-pages-1/#post-7623801)
 * Put it in the child theme CSS it did not work :'(
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Master Slider - Responsive Touch Slider] Remove whitespace between header and master-slider?](https://wordpress.org/support/topic/remove-whitespace-between-header-and-master-slider-1/)
 *  Thread Starter [billywup](https://wordpress.org/support/users/billywup/)
 * (@billywup)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/remove-whitespace-between-header-and-master-slider-1/#post-6561379)
 * Thank you very much! but there is still a small gap?
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Theme: storefront] Remove whitespace between header and master-slider?](https://wordpress.org/support/topic/theme-storefront-remove-whitespace-between-header-and-master-slider/)
 *  Thread Starter [billywup](https://wordpress.org/support/users/billywup/)
 * (@billywup)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/theme-storefront-remove-whitespace-between-header-and-master-slider/#post-6560763)
 * will do thanks, sorry for the inconvenience and i appreciate your help! ^_^
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Theme: storefront] Remove whitespace between header and master-slider?](https://wordpress.org/support/topic/theme-storefront-remove-whitespace-between-header-and-master-slider/)
 *  Thread Starter [billywup](https://wordpress.org/support/users/billywup/)
 * (@billywup)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/theme-storefront-remove-whitespace-between-header-and-master-slider/#post-6560759)
 * wordpress.org website and using a child theme
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Theme: storefront] Remove whitespace between header and master-slider?](https://wordpress.org/support/topic/theme-storefront-remove-whitespace-between-header-and-master-slider/)
 *  Thread Starter [billywup](https://wordpress.org/support/users/billywup/)
 * (@billywup)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/theme-storefront-remove-whitespace-between-header-and-master-slider/#post-6560744)
 * wait storefront is wporg theme? :S
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Theme: storefront] Remove whitespace between header and master-slider?](https://wordpress.org/support/topic/theme-storefront-remove-whitespace-between-header-and-master-slider/)
 *  Thread Starter [billywup](https://wordpress.org/support/users/billywup/)
 * (@billywup)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/theme-storefront-remove-whitespace-between-header-and-master-slider/#post-6560741)
 * oohhh i see, thank you ^_^

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