Hello,
I’m trying to have a Shop page without Sidebar, but the layout does not seem to adjust to full width.
I did:
– Theme options, Product Page Layout: chose first option (picture looks like a no sidebar layout, but roll-over says “Left sidebar” on the first 2 options…)
– Widgets, Shop Sidebar: removed all widgets
– sidebar-shop.php: commented out all the widget code
Now my sidebar is empty, but the sidebar column is still part of the page layout.
…
<div class=”col-md-3 sidebar sidebar-left”> </div>
<div class=”content main-products-loop col-md-9″>
…
So how can I hide the sidebar completely and make the content div have the class “col-md-12” for this shop products page only?
Thanks for your help!
Peter