Notice: This thread is over two years old; the information may be outdated. Please consider creating a new thread if you require free support. If you have an active SiteOrigin Premium license, you can email our premium support desk at [email protected].
How do I remove the side bar on woocommerce?
Hi Francis Dmachinist
You can hide this with some custom CSS. If you navigate to Appearance > Custom CSS, you’ll get our custom CSS editor. Just add the following code.
body.woocommerce #secondary { display: none; }If you wish to widen the page to fill where the sidebar was removed please add the following
.woocommerce-page #container { width: 100%; }Let us know how you get on
Magus