Remove Sidebar & Page Title via CSS
How can I remove the sidebar and page title via CSS?
I have the following in my child theme's stylesheet:
.page-id-3226 #sidebar {display: none;}
.page-id-3226 .page article.page h1 {display: none !important;}
Sidebar: the content is gone, but the "holder" is still in place. How can I really create full width?
The page title still displays.
Any ideas?