Full page Woocommerce
What if I wanted the woocommerce to have a full page and no side bars. Also do you know of any filter menus that could be place horizontally if I chose to do that?
This is our free support forum. Replies can take several days.
Need fast email support? Get SiteOrigin Premium
Replies
3Hi Keyundra
You can fix/change this with some custom CSS. If you navigate to AppearanceCustom CSS, you’ll get our custom CSS editor. Just add the following code.
/* WooCommerce */ .woocommerce-page #container { width: 100% !important; } .woocommerce #secondary { display: none; }You might also need to install the SiteOrigin CSS Editor.
Unfortunately, there isn’t an easy way to place a filter or another widget at the top of the product area. It’s something that would require custom development. Codeable are our recommended developers if you’d ever like to give that route a try.
Thanks
No problem :)
Replies on this thread are closed.
Please create a new thread if you have a question, or purchase a SiteOrigin Premium license if you need one-on-one email support.