WooCommerce Products page (renamed to Subscribe) shows sidebar no matter what page template I select (no sidebar, full width). How do I fix this?
http://www.littlebighappiness.in/subscribe
Please help.
WooCommerce Products page (renamed to Subscribe) shows sidebar no matter what page template I select (no sidebar, full width). How do I fix this?
http://www.littlebighappiness.in/subscribe
Please help.
Hi @bishgop,
I hope you are well today and thank you for your question.
You can try fixing this by adding the following CSS code in the Custom CSS option of your theme on the below path.
Admin Area -> Appearance -> Customize -> Activello Options -> Other -> Custom CSS
.archive.post-type-archive-product .main-content-inner {
width: 100%;
}
.archive.post-type-archive-product div#secondary {
display: none;
}
Best Regards,
Movin