I'm a little unsure of how variables get assigned and such, but what I'd like to do is:
Whenever full-node is set (a full node page view), disable the sidebars (I'm using sidebar-first). I could do this with a CSS display: none hack, but I think I'd rather do it more elegantly, like turn off the sidebar variables so the div doesn't get created, or create a new *tpl.php page for this view.
Thanks.
Comments
Comment #1
jeremycaldwell commentedTo get it working the way you want here you just need to disable blocks in the sidebars for those pages. If there are no sidebars the columns don't show and the main content area expands to full width to fill the gaps.
Comment #2
jeremycaldwell commented