Remove sidebar from woocommerce product page
-
Dear Support helpers,
I have trouble removing the sidebar from the product pages on my Woocommerce site. After several hours of googling I found a solution, but unfortunately it didn’t help me.
I did what Kwatts22 suggested in this topic: https://www.ads-software.com/support/topic/woocommerce-wootique-remove-sidebar-from-product-pages and in this topic: https://www.ads-software.com/support/topic/remove-sidebar-from-product-page?replies=11
in file single-product.php remove the following code
<?php /** * woocommerce_sidebar hook * * @hooked woocommerce_get_sidebar - 10 */ do_action('woocommerce_sidebar'); ?>
next edit the file archive-product.php and remove the following code
<?php /** * woocommerce_sidebar hook * * @hooked woocommerce_get_sidebar - 10 */ do_action('woocommerce_sidebar'); ?>
next we have to edit the style.css in your theme folder
find
#content-woocomerece
add the following before the } tag on the last line
width:100%;It does not help..
My website is https://www.greendeluxe.nl. I use the free wootique theme. Sidaber is located on: https://greendeluxe.nl/product/test-shirt-3-2/ where I don’t want it.
Thanks in advance!
- The topic ‘Remove sidebar from woocommerce product page’ is closed to new replies.