Archived topic
Impossible to disable Sidebar on single product (next to product description)
3 replies · Started by Adrien on May 18, 2020
Hello,
I am unable to remove the Sidebar on single product (next to product description).
I have disabled it from Customizing ▸ Layout >> WooCommerce But it is still showing.
I have no caching enabled.
Would appreciate your guidance. thanks. Adrien
Hi there,
looks like you're using the Merch site - which has its own custom sidebar. To remove it entirely you need to:
1. Go to Appearance > Elements and delete ( or Quick Edit > Status > Draft ): the Woo Single Product Sidebar hook
2. in Customizer > Additional CSS - remove this block of code:
/* Single Product Sidebar position */
@media (min-width: 768px) {
.single-product #right-sidebar {
float: right;
}
.single-product div.product .woocommerce-tabs,
.single-product div.product .related.products,
.single-product div.product .upsells.products {
width: 66%;
display: inline-block;
}
}
Thank you very much David!
You're welcome