Quantcast
Channel: WordPress.org Forums » [WooCommerce] Support
Viewing all articles
Browse latest Browse all 104029

bheadrick on "[Plugin: WooCommerce - excelling eCommerce] Remove Sidebar from product Page"

$
0
0

use template files

also, it's actually better to use this to remove the woo sidebar:

remove_action('woocommerce_sidebar', 'woocommerce_get_sidebar',10);

of course, you'd also need to fix your css as samuel mentioned like this:

.woocommerce #content{width:100%}


Viewing all articles
Browse latest Browse all 104029

Trending Articles