Can you please help me.
I'm trying to remove the sidebar from the category overview page but I can't find where to remove it.
You can have a look at the page I mean at http://crank-bikes.nl/crank-test/?product_cat=onderdelen
Can you please help me.
I'm trying to remove the sidebar from the category overview page but I can't find where to remove it.
You can have a look at the page I mean at http://crank-bikes.nl/crank-test/?product_cat=onderdelen
Hi
Have you tried to look at Widgtes > Shop Overview Page (right) and Show everywhere options?
Wilson
Hi Wilson,
Thanks for you're answer. And to answer you're question; there are no widgets in use in any area so I'm afraid that doesn't solve it.
Frank
Frank
Try to add some other widgets at (in your case) Shop Overview Page (right) just to see if they get spotted on your catalog page....
BTW> i´m also trying to configure my shop page as well and maybe we can help each other cauzthings tend to take a VERY LONG time around here :-)
YOu can remove the sidebar with the help of a few simple css snipets:
add this to your custom.css stylesheet in folder /css/ or to the quick-css panel located in your wordpress backend at abundance->styling:
.tax-product_cat .sidebar{display:none;}
.tax-product_cat .template-shop.content{width:100%; padding-right:0;}
That works perfectly... Thx
Glad the fix from Kriesi did the trick for you :)
This topic has been closed to new replies.