Remove/Hide Sidebar (and it's container)
Hey guys,
Does anyone know how to hide/remove the sidebar for one page using CSS?
I have this in place in my stylesheet:
.page-id-3558 #sidebar {display: none;}
And this does remove the content, but there is still the "sidebar area". Anyone know how to remove that completely, and set the main content area as full width?
Here is a screenshot if helpful:
http://screencast.com/t/eRmJAvDXxG
Ideally, I would love to accomplish this via CSS (instead of having to edit another PHP file)
Thanks!!
Matt